ferahl Posted November 13, 2012 Share Posted November 13, 2012 Pagination works a charm unless you put the search limit to 1. In this case the starting page has no pagination, but if you browse to another page e.g. /page2 the pagination works there. I'm not doing single item pagination but just saying as I am sure someone will at some point! Here is my code that breaks it: $posts = $pages->find("parent=/posts/, category.title=Events, limit=1"); $posts->renderPager(); Link to comment Share on other sites More sharing options...
apeisa Posted November 13, 2012 Share Posted November 13, 2012 Fix for that is coming at some point: http://processwire.com/about/roadmap/ 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now