Unable to use pagination on current version of Low Re-order with EE 2.5.2
Unable to use pagination on current version of Low Re-order with EE 2.5.2
Code im using is:
{exp:low_reorder:entries set="2" limit="10" sort="asc" paginate="bottom" dynamic="no" disable="categores|member_data|pagination|trackbacks"}
{paginate}
Page {current_page} of {total_pages} pages {pagination_links}
{/paginate}
{/exp:low_reorder:entries}
But it just renders the {paginate} tags. Something i'm missing / misspelt?
Replies
Low 17 Sep 2012 11:25
Yeah, having pagination in the disable="" param isn't helping. :)
Daniel Van Cuylenburg 17 Sep 2012 11:44
ah hah. lol Yes that was it. Silly me, cheers Low =)