Hi All,
I know this is not a new issue, but I have yet to find a solution. I just need to paginate some channel entries. I know that it has something to do with dynamic=“no”, but if I change this to yes, no entries show up. We do use the Taxonomy plugin, not sure if this would be related. When I click the generated links I get a 404. Any help would be much appreciated.
{exp:channel:entries channel="sustainability_stories" dynamic="no" orderby="article_publish_date" limit="1" sort="desc" paginate=“bottom”}
<div class="pageBlock newsBlock">
<h2><a href="http://{page_url}">{article_title}</a></h2>
<p> {article_summary} <br />
<span>Published on <em>{article_publish_date format="%F %d %Y"}</em></span><br />
<span><a href="http://{page_url}">... read more</a></span><br />
</div><br />
{paginate}<br />
{pagination_links}<br />
{/paginate}<br />
{/exp:channel:entries}Here is the output:
<strong>1</strong> <a href="http://test-simplot.sundoginteractive.com/sustainability/stories/P1">2</a> <a href="http://test-simplot.sundoginteractive.com/sustainability/stories/P2">3</a> <a href="http://test-simplot.sundoginteractive.com/sustainability/stories/P1">></a>