diegonella Posted January 26, 2012 Posted January 26, 2012 Hello, I downloaded the latest version of PW github and I'm trying to make a list with paging, but renderPage becomes blank. $products = $pages->find('limit=1',has_parent='.$page->id.', template=product'); $pagination = $products->renderPager(); The modules are installed MarkupPagerNav and MarkupPageArray Many Thanks
apeisa Posted January 26, 2012 Posted January 26, 2012 You have limit=1 in your selector - if I remember right pagination cannot work with limit=1, you need at least 2.
diegonella Posted January 26, 2012 Author Posted January 26, 2012 Thanks Apeisa, that was the problem the limit 1
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