Hi, I’m having a problem getting pagination working and was hoping someone could tell me what I’m doing wrong.
This is my entries tag.
{exp:channel:entries
category="{segment_2_category_id}"
channel="promotions"
disable="categories|member_data"
dynamic="no"
limit="4"
orderby="cf_listing_sold|cf_listing_sort_price"
paginate_base="neighbourhoods/{segment_2}/listings"
}
{embed="promotions/.summary" entry_id="{entry_id}" {if count == 4}extra_class="last"{/if}}
{paginate}
<div class="paging">
{current_page} of {total_pages} {pagination_links}
</div>
{/paginate}
{/exp:channel:entries}The paginate_base is making the pagination links generate properly, so they look like “neighbourhoods/somwhere/listings/P4”, but the entries aren’t actually paginated when I go to the page.
I’m using EE 2.3.1