Site - http://sexycssweb.com
how can I increase number of pagination pages? (at the bottom main page there are number 1,2,3... )
Site - http://sexycssweb.com
how can I increase number of pagination pages? (at the bottom main page there are number 1,2,3... )
I've read - http://www.kriesi.at/archives/how-to-build-a-wordpress-post-pagination-without-plugin
but I still didn't understand how can I increase number of displayed pages...
Can support team tell we ready to use solution?
Hey,
in expose\framework\helper_functions\pagination.php you can adjust the number of pages. Open it up and search for:
$showitems = ($range * 2)+1;
Increase the value i.e. like:
$showitems = ($range * 2)+10;Thanks Dude =) I hardly believe I could find it by myself =)
Glad that I could help you :)
You must log in to post.