I'm a wordpress newbie and I have searched the usage of pagenvavi on the net for many times. But they are too complicated to me and I'm not familiar with the code.I will be very grateful if someone can explain the usage of it to me clearly. this is my blog. http://animes.000page.com/
[moderated--bump removed. Please refrain from bumping as per Forum Rules]
Bogdan2901
Member
Posted 2 years ago #
Well..... It's simple..... First, activate the plugin. Then, go in the footer.php of your theme and add this line/s ;) :
<table align="center"><?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?></table>
I wish you luck! ;)
I have added this code to the footer.php, but when I view my site again. It seems nothing happening.
Problem solved thanks.I know why it didn't work before.Because there was only 5 articles on my blog. So I choose "always show page navigation" and it works
Bogdan2901
Member
Posted 2 years ago #
Myeah.....you welcome <_<