I'd like to add "next" and "previous" post links on single post pages (like how the default twenty ten / eleven themes have it).
How do I do that?
Thanks in advance.
I'd like to add "next" and "previous" post links on single post pages (like how the default twenty ten / eleven themes have it).
How do I do that?
Thanks in advance.
Hey,
sorry for the delayed response. In shoutbox/includes/loop-single.php find
</div><!--end post-entry-->
Replace this by
<?php previous_post('« %', 'Older', 'no'); ?>
/
<?php next_post('% » ', 'Newer', 'no'); ?>
</div><!--end post-entry-->
This should do the trick. Let us know if it works :)
You must log in to post.