Issue with Pagination on Static Pages
-
Let’s say I have a static page at: “domain.com/static”. I’ve also read through this guide: https://codex.www.ads-software.com/Next_and_Previous_Links and was successfully able to place “Previous Page” and “Next Page” links at the bottom of the static page by editing my theme’s Page template.
However, the pages that are linked on “Previous Page” and “Next Page” are based on the ID of the pages. For example, if I’m on the page “domain.com/static”, by clicking on “Next Page”, it would end up going to the page that was created after “domain.com/static” was created.
The way I want the pagination to behave is for “Next Page” to be linked to: “domain.com/static/page/2”.
My questions are:
1. How do I set up pagination on Pages to behave like this?
2. How do I actually go about editing the content of the paginated page: “domain.com/static/page/2”? Would this exist somewhere in the “All Pages” section of the dashboard?
- The topic ‘Issue with Pagination on Static Pages’ is closed to new replies.