Reputation: 41
I have a Joomla article which is long, but I need to separate it into individual articles. First stage would be to separate the HTML code into separate files.
Any way to do this, based on a string (for example: Date in the HTML code)?
Upvotes: 0
Views: 89
Reputation: 3485
To separate into individual small articles you can use PageBreak
. You can read this article
Splitting a long Article into multiple linked pages
https://docs.joomla.org/Splitting_a_long_Article_into_multiple_linked_pages
You can also read a nice article on customising the pagebreak plugin, so you can create your own style:
https://www.ostraining.com/blog/joomla/page-break-viral/
If thats not enough than there is a free plugin which can customise the Pagebreak the way you want http://extensions.joomla.org/extension/pagebreakmyjspace
Upvotes: 1