Jump to content

Recommended Posts

Posted

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

Posted

You have limit=1 in your selector - if I remember right pagination cannot work with limit=1, you need at least 2.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...