All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Low Reorder - exp:low_reorder:entries tag not respecting pagination

bryant 13 Jul 2012 19:15 problem, complete

the pagination tag does not seem to be paginating entries with my exp:low_reorder:entries tag.

{exp:low_reorder:entries
disable="categories|category_fields|member_data|trackbacks"
limit="3"
pagination="bottom"
set="1"}

It is indeed displaying 3 entries, and does draw out my pagination navigation inside the {paginate} tags, however the tag does not respect the "P3" in the url (ie: www.example.com/work/P3). When I go to a page with pagination, it always lists entries starting from the beginning of my list.

Running:
EE: 2.5.2
Low Reorder: 2.0.3

I have a few extensions enabled, but behavior still occurred after disabling extensions.

Replies

  1. Low 14 Jul 2012 09:37

    You've got a typo there: it's "paginate", not "pagination". Try setting these parameters:

    paginate="bottom" dynamic="no"

  2. bryant 14 Jul 2012 12:33

    Wow, I'm not smart... :) thanks