Quote:
Originally Posted by tenderobject
yo andiz.. is there a way i could attach the code in my index.php instead of my footer.php seems like it doens't work with attaching the code in index.php since my old wp-paginate is attached in my index.php waaaaah
|
I used it on the index.php file a couple of times. A great spot is just above the first post.
The code that I'm using:
Code:
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
You will have to see what works best for your website. Don't be afraid to check out the .php file of the plugin. You can do some neat modifications with changing a couple of values.
Don't forget to turn off your old plugin and activate the new one.
Good luck!
