View Single Post
Old 2007-04-08, 05:42 AM   #5
SaucyPanties
No matter how good you are at something, there's always about a million people better than you
 
Join Date: Apr 2005
Posts: 231
Quote:
Originally Posted by walrus View Post
Not sure which version WP your using but it's very possible the plugin wont work on 2.1.x since it hasn't been updated in over 3 years.

If you remove this
Code:
<? print_pg_navigation() ?>
or something very similar from your index.php your sidebars will probably be fine.

You'll have to check archive.php and single.php for the same command
Hi Walrus

I was up late last night speaking to a guy on ICQ from Xlabor and I never got back on here till this morning but just to update and thank you for your advice.. Yes you were right, wp-paginate is not compatible with wordpress 2.1 and above. He told me to remove the same line and add

<?php next_posts_link('&laquo; Previous Entries') ?> | <?php previous_posts_link('Next Entries &raquo;') ?>

which works just fine now.
__________________
Saucy Used Panties
SaucyPanties is offline   Reply With Quote