I posted this over at Joomla forum and am wondering if someone hear can help.
Here is my question:
I set page breaks in categories but it didn't show up as links. Does this option normally work in category section?
and their answer:
Currently there is no pagebreak button for categories. You can add the following code in the html of category description to get pagebreak.
Code:
<hr title="xxxxxx" alt="xxxxxxx" class="system-pagebreak" />
However it didn’t work due to it “not parsing inside”
Yes pagebreak doesnt work with category description. It works only with article. It is not parsing it inside. Maybe you have to make that page as an article if possible.
Is that a template specific item that can be adjusted?
Thanks!