My URL structure is: http://mysite.com/news/archive/2009/ where news is a template group and archive is template.
My entries tag is:
{exp:weblog:entries weblog="news" dynamic="off" year="{segment_3}" disable="categories|category_fields|member_data|trackbacks" limit="5"}How do I paginate these, just the links “older entries” and “newer entries”?
{paginate}
{if previous_page}<a href="http://{auto_path}">Newer Entries</a>{/if}
{if next_page}<a href="http://{auto_path}">Older Entries</a>{/if}
{/paginate}If I click older entries at the moment I will get a url like this:
http://mysite.com/news/archive/2009/P5/
and then this:
http://mysite.com/news/archive/2009/P5/P5/