Hi,
I have put the following code before the {/exp:weblog:entries} tag but it is not showing me a link to the next series of articles. Anybody any ideas why?
{exp:weblog:entries weblog="myweblog" dynamic="off" limit="2" category="{cat_id}" paginate="bottom" url_title="{segment_2}"}
// Article stuff here
{paginate}
Page {current_page} of {total_pages} pages {pagination_links}
{/paginate}
{/exp:weblog:entries}Thanks!