• I recently noticed that the pagination for my site (www.seaslugteam.com) has disappeared on the home page and all archive/author/category/etc pages. I have tried reinstalling WP, repairing my database, deactivating all plugins, switching themes, emptying all caches, using different computers and browsers, and no matter what none of the pages have the previous/next links at the bottom anymore. There are also no pages in the admin area for posts, so if I want to edit an old post, I have to increase the number of posts displayed since I cannot go past page 1. I’m not sure what happened or how to fix it. Any ideas?

Viewing 8 replies - 1 through 8 (of 8 total)
  • kabitzin,

    I see the div where the previous/next used to be. Is the php still showing in the back end?

    Thread Starter kabitzin

    (@kabitzin)

    I also see

    <div id="nav-below" class="navigation"> </div>

    What php call am I looking for, and how would I see if it was there? I’ve tried different themes and reinstalling WP so could something be stripping it out?

    Thread Starter kabitzin

    (@kabitzin)

    I have also tried getting my host to increase my memory allocation, but this did not solve the pagination problem either.

    Thread Starter kabitzin

    (@kabitzin)

    I have another blog that has working previous/next links, so I put both of them in the Twenty Eleven theme and compared the source of the output page.

    Working site: http://pastebin.com/vHECN60V

    Non-working site: http://pastebin.com/UaTKiRCU

    The main difference between the two is that the working site correctly puts in the previous/next links between the final article and the first sidebar section. However, this area is completely blank on the blog I am trying to fix.

    I don’t think it is a theme issue, since the lack of 1 2 3 4 … 40… 100 navigation posts extends to my dashboard Posts page as well, and no theme should be affecting that. To clarify, even with all plugins deactivated, when I am on my dashboard Posts page, the pagination links are missing. However, there are pagination links on my Plugins, Categories, and Tags dashboard pages.

    Deactivating all my plugins (even through FTP) and clearing my cache have not made a difference, and I’ve re-downloaded WP a number of times. I can’t even tell if it is a problem on my end or the host’s end, so I am not sure what to do next.

    Thread Starter kabitzin

    (@kabitzin)

    If I go to page 3 (http://www.seaslugteam.com/page/3/), I can see at the bottom (using firebug) that

    <div class="nav-next"><a href="http://www.seaslugteam.com/page/2/">Newer posts <span class="meta-nav">»</span></a></div>

    is generated in the code, but for some reason it is invisible. Where “Older Posts” should be is blank

    <div class="nav-previous"></div>

    If anyone knows what might be causing this (and even better, how to fix it), I’d greatly appreciate it!

    Thread Starter kabitzin

    (@kabitzin)

    Gonna check with my host to see if it is similar to this problem/fix.

    Thread Starter kabitzin

    (@kabitzin)

    Increasing the limit to 60s did not fix the problem =(

    I have this very same problem that seemed to occur some time after I upgraded to WP 3.3.1. Did you ever find a solution to your problem??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Navigation Links (Previous/Next ) Disappeared’ is closed to new replies.