hey i hope this isn't bothering you but i noticed on the original code for your theme, the way to move from page to page is with the 'back' and 'forth' links but you edited it to where it says page#/totalnumberofpages and i was just wondering how you edited that? i have basic html knowledge and i'm using the same theme as yours but i'm not quite sure to change it to where it displays the page numbers like you did. could you offer any help or link to any tutorials? massive thanks in advance xx
hi! if you find this code in your html:
{block:Pagination}{block:PreviousPage}back{/block:PreviousPage}
{block:NextPage}forth{/block:NextPage}{/block:Pagination}
and replace it with this:
{block:PreviousPage}« {/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage} »{/block:NextPage}
it should work! you can play around with it and change the symbols to whatever you want to, like instead of “»” and “«” it can be like…different arrows or something hafjhasd. hope that helps! and if it doesnt, you can always ask the theme maker! :D










