Quote:
Originally Posted by walrus
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('« Previous Entries') ?> | <?php previous_posts_link('Next Entries »') ?>
which works just fine now.