I'm using SS 3.4 and Blog 2.4.2
the Pagination.SS include is appearing as it should but the links have:
sitename.com/blog/category/blog/category/cat-name?start=20
or
sitename.com/blog/blog?start=20
it's duplicating the root section of the URL when it's generating the $Link
does anybody know where this is made?
I'm guessing it uses a bunch of SiteTree 'URLSegment' and concats them together somewhere?
cheers
Haydn
I had to put a / in Pagination.ss and it worked:
<a href="/$Link">$PageNum</a>