Proper Pagination plugin not working with custom post query.
-
Hi, on the site I’m developing I have a page template with a custom post query that simply lists all of the posts, and I’ve got it set to show about 30 per page.
On my standard archive.php file I’m successfully using the Proper Pagination plugin. But on my new page template with custom query it’s not working.
pp_has_pagination() is returning false, and there is a few hundred posts in total.
<?php if (pp_has_pagination()) : ?> Do stuff <?php endif; ?>
Any idea what could be up?
Thanks
- The topic ‘Proper Pagination plugin not working with custom post query.’ is closed to new replies.