Previous & Next links to show on index.php
-
Hi,
When I go to my site (ayutheos.uni.cc/vf/) the links to go to previous/next posts are not showing. However they are shown in individual posts (eg. https://ayutheos.uni.cc/vf/archives/2005-05-10/for-grandma). Am not using home.php or single.php templates. Have tried using home.php with exact codes as index.php but no go. Is there some difference between index.php and individual posts in terms of templates?
FYI, have just upgraded to WP 1.5.1. Problem wasn’t there prior to upgrading. Am thinking if there’s something to do with the upgrade…
Am using
<?php previous_post('%', 'prev . ', 'no'); ?><?php next_post('%', 'next . ', 'no'); ?>
to go to previous single post. Don’t want to use posts_nav_link as that goes to 2nd page of site.Any help is appreciated.
- The topic ‘Previous & Next links to show on index.php’ is closed to new replies.