hi! for theme 18, is there a way to make it say page "<<1/200>> "<<2/200>>" etc instead of "<<1 2 3 4 5>>" ? thank you!
No problem! Find this bit:
{block:Pagination}{block:PreviousPage}«{/block:PreviousPage}{block:JumpPagination length="5"} {block:CurrentPage}{PageNumber}{/block:CurrentPage}{block:JumpPage}{PageNumber}{/block:JumpPage}{/block:JumpPagination}{block:NextPage} »{/block:NextPage}{/block:Pagination}
and replace it with this:
{block:Pagination}{block:PreviousPage}«{/block:PreviousPage}{CurrentPage}/{TotalPages} {block:NextPage}»{/block:NextPage}{/block:Pagination}
That should do the trick. :-)











