I’m doing the following query with the query module:
{exp:query limit="2" paginate="both" sql="SELECT member_id FROM exp_members" }
Hello: {member_id} <br>
{paginate}
Page {current_page} of {total_pages} pages {pagination_links}
{/paginate}
{/exp:query}Note the pagination and the limit.
The pagination links are generated - but they don’t effect they query at all. it’s like the offset isn’t being applied.
Any suggestions?