Hi,
We have author pages, listing all articles by the authors id (example.com/author/3432), it all seems fine except what we find is that pagination does not work, it seems to to add extra /pXX for every time I click on the link (/author/2636/P15/P15)
Example here: http://goo.gl/iOznl
{exp:channel:entries channel="example-channel" sort="desc" orderby="date" author_id="{segment_2}" limit="15" disable="member_data|category_fields" pagination="bottom" dynamic="off"}
{title}
{paginate}{pagination_links}{/paginate}
{/exp:channel:entries}Any suggestion what to do?
(EE2.3.1)