I’m trying to paginate the following, but keep getting the same page returned with the same data.
Can I use pagination in this way?
{exp:weblog:entries weblog="statenews" rdf="off" cache="yes" refresh="30" limit="3" paginate="bottom" orderby="date" sort="asc" show_future_entries="yes" sql1="(" statenews_advocacy="Climate change OR Refugees OR Micah Challenge" sql2=")" disable="member_data|trackbacks|categories"}
{if no_results}
Sorry, no advocacy news at this time.
{/if}
<div class="post">
<h2>{title}</h2>
<p> <br />
Campaign: <strong>{statenews_advocacy}</strong><br />
<br />
<div class="date">{entry_date format="%d %M %Y"}</div><br />
{statenews_body}<br />
{if statenews_extended}<br />
<br />
<a href="http://{url_title_path=advocacy/article}" class="pointer">Read more.</a><br />
<br />
{/if}<br />
{paginate}<br />
{if previous_page}<br />
<a href="http://{auto_path}">Previous Page</a> <br />
{/if}<br />
{if next_page}<br />
<a href="http://{auto_path}">Next Page</a><br />
{/if}<br />
{/paginate}<br />
</div><br />
{/exp:weblog:entries}