• I want to have links under my post that navigates to “next post” and “previous post”.
    The code that I have in the single.php looks like this:

    <div class="navigation"><p><?php posts_nav_link('-','Go
    Forward In Time','Go Back in Time'); ?></p></div>

    But when I save and look at the post, there’s nothing there, and when I look at the source it looks like this:
    <div class="navigation"><p></p></div>

    It just removes the links and nothing happens. Is there something I have to activate or why doesn’t it work??
    Help!

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show next post and previous post’ is closed to new replies.