I must be missing something obvious but can’t for the life of me figure out how to switch pagination on for a CMS Template Page.
Adding Pagination to the Collection List Page is easy, the CMS Template Page, not so much as it doesn’t have a Collection List in it.
Any help is appreciated.
Despite there not being built-in features for linking to the PREV/NEXT articles for CMS items, you can always add a short bit of embedded code to create these automatically for you as covered here:
Granted, if you’re not comfortable with custom code, this may not be for you.
BUT, if you have more than just a few posts, this route works REALLY well and is automatic.
I hope this helps.
Many thanks, I’ll take a look at this method as well, as it requires less training for the CMS editor, which in many client’s case is a temp position. I’m comfortable small amounts of custom code.
I’ve implemented @Noah-R’s solution on one site, with a reference link for the ‘next post’ button and the script `javascript:window.history.go(-1) for the previous page button. Works well.