Pagination on a custom page
-
I created a custom query page of my posts and am trying to add in pagination. I have my page numbers calculating correctly, but the page 2 content is exactly the same as page one. Can anyone steer me in the direction of a good tutorial or give me an idea of what I’m missing? I’ve gone through many many tutorials and I’m just not seeing what I missed.
This is my query:
[Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]
And this is in my functions.php file.
[Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]
I have tried adding the pagination before resetting the query with wp_reset_query and after. Neither make a difference.
Thank you for any suggestions.
- The topic ‘Pagination on a custom page’ is closed to new replies.