RE: ExpressionEngine 1.6.7, Build 20090211
Hey guys,
I’m using very simple code to add pagination:
{paginate}
{pagination_links}
{/paginate}I have approx. 12 entries in this particular weblog and am limiting the weblog:entries tag by 5. So, among other thinga I should be getting links that link to:
example.com/weblog/P2
example.com/weblog/P3
Instead, I’m getting links to:
example.com/weblog/P5
example.com/weblog/P10
When I change the limit to 3, I get links to:
example.com/weblog/P3
example.com/weblog/P6
So, it seems that the links are being formed as multiples of the limit. When I use the {auth_path} variables inside the proper conditionals, I get the same result.
Any ideas?