• I just finished the upgrade to 2.1 a couple of days ago, and I just noticed that my ‘next page/previous page’ links have mysteriously vanished from the bottom of my pages. I changed nothing in my theme’s main index template — the code remains:

    <div class="pagednav">
    <?php posts_nav_link(' — ', __('&laquo; Previous Page'), __('Next Page &raquo;')); ?>
    </div>

    when the page renders, I see this:

    <div class="pagednav">
    </div>

    Something ain’t right — what’s changed? Any help/suggestions/ideas will be supremely appreciated.

    Many thanks…

    / just realized my URL would help: https://www.forepac.com/blog/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘posts_nav_link not working in 2.1?’ is closed to new replies.