How can I add previous page/next page pagination buttons to a CMS template page? I’d like each button text to be the name of the previous/next article (for accessibility purposes).
This isn’t something that can be done natively at the moment without a bit of custom code, however there’s a thread from a couple years ago that covers setting this up—I’d recommend you take a peek to see if it’ll work in your case:
It’s likely the most code I’ve used on a Webflow site. And at that, it’s not very difficult to implement. Describing how to do it is the hardest part, really.
Essentially adding in a collection list of your CMS items (then hiding that with Style panel), then getting the article next to and previous to the one you’re on currently, getting their URLs, titles, then spitting them into the page.
The community is great here. Best of luck on your project. Glad to see it’s a project that helps people. Cheers, @ktdid!