Hi,
I can’t get pagination to work on my weblog entries. The pagination links do not show. See my code below. Any ideas?
<div class="boxfront1">
{exp:weblog:entries weblog="news_articles" disable="trackbacks|comments|member_data" paginate="bottom" limit="1"}
<h2 id="titlenews"><a href="http://{title_permalink=news_articles/view}">{title}</a></h2>
{entry_date format="%F %d, %Y"}
{article_excerpt}
{/exp:weblog:entries}
</div>
{if paginate}
<div>
{page_count} {paginate}
</div>
{/if}Thanks in advance
Ross