Hi
I am having a few difficulties with pagination with version 2.4.0. I have used pagination before an have had no issues, yet for soem reason the links all link to the same page even though I have multiple entires in my channel.
My code is as follows:
{exp:channel:entries channel="blog_articles" limit="2" paginate="bottom" dynamic="no"}
<small>Posted - {entry_date format="%l %j%S %F %Y"}</small>
{article_image}
<div class="article">
{article}
</div>
{paginate}
{pagination_links}
{/paginate}
{/exp:channel:entries}I have also tried removing the dynamic=“no” etc but the same page still loads, seems strange as I have pagination working elsewhere using the same code :/
Any thought would be appreciated.
Thanks