• I’m running a multisite version of WordPress with about 70 sites on it for different blogs for our news organization, The Denver Post. About a month ago, our pagination links at the bottom of the index.php page stopped appearing. However, if you type in the URL for the next page of posts (i.e., /page/2/ … or /page/3/), you get the output for the newer entries, but not older posts (scroll to the bottom and you’ll see ‘Read Newer Entries.’). This continues no matter what page you go to.

    Each site has the same url structure — blogs.denverpost.com/[blogname] — with the except of two, which are at their own domain names. We use a plugin to resolve this issue.

    Here’s the code for what’s not working on index.php

    <div class="postnavigation">
    <div class="rightdouble">
    <?php previous_posts_link('Read Newer Entries ?', 0) ?>
    </div>
    <div class="leftdouble">
    <?php next_posts_link('? Read Previous Entries', 0); ?>
    </div>

    We’ve attempted to upgrade our version of WordPress to 3.2.1 in a testing environment, but that doesn’t solve the problem. We also upgraded and disabled all plugins in the testing environment (on the same server), and that didn’t fix the issue, either.

    Is this a server configuration issue? Any help would be appreciated. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you try switching themes? The pagination is the same in single as it is in multisite. no different.

    Thread Starter Dan Petty

    (@dpetty)

    Andrea — Thanks for the suggestion. It’s affecting multiple themes. The two sites I mentioned above — on different URLs (but the same server) — are on different themes and are seeing the same thing with its pagination.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Have you tried turning off all plugins?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Index.php pagination broken/disappeared on Multisite’ is closed to new replies.