• The following problem occurs with the posts_nav_link function.

    I use this code in my theme:

    <?php posts_nav_link('∞','Go
    Back In Time','Go Forward in Time'); ?>

    Got it from here.

    Problem: When I’m on the startpage of my blog (the one with the most recent post on top), there is a “Go Forward in Time”-link on the bottom of my page. However, when I click the link I don’t go forward in time, but back in time.

    This is also the case when I’m on page 2 of my blog. Then the “go forward in time”-link links to page 3, while the “go back in time”-link links to the first page (with the most recent post).

    Somehow the order of posts_nav_link function is mixed up. Does anyone know how to solve this?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘posts_nav_link working in reverse order’ is closed to new replies.