Nice Wordpress Pagination
Every blogger wants to have a lot hits on their blog, you can increase hits with most ways but i want show you pagination plugin, with this plugin you can to get people view your blog’s pages. This plugin looks something like this:
You will agree with me that this is more comfortable then “old posts” and “previous posts”.
So here is Lester Chan’s plugin WP-PageNavi, go to url and download plugin, then you must extract archive and upload it in plugin’s folder, activate plugin and then edit theme’s file where is code of pagination and write this code:
<?php if(function_exists(’wp_pagenavi’)) { wp_pagenavi(); } ?>
insted older pagination code.
If you want different css styles open pagenavi-css.css and edit it.
more information about WP-PageNavi:
http://www.lesterchan.net/wordpress/readme/wp-pagenavi.html


