View Single Post
Old 04-30-2007, 08:52 PM  
Andiz
Confirmed User
 
Andiz's Avatar
 
Join Date: Feb 2006
Posts: 2,594
Quote:
Originally Posted by tenderobject View Post
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!
Andiz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote