Jump to content

Possible bug in results pagination


ferahl
 Share

Recommended Posts

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

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...