• Resolved kurtjensen

    (@kurtjensen)


    I just noticed that my next page links were not showing at the bottom of my blog page, and previous/next post were not showing on each individual post.

    I don’t know if I did anything to effect this, and I can’t find any pertinent information. Please help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    You have this style that’s hiding them:

    .nav-links { display: none; }

    I’m not sure where that’s coming from, but some troubleshooting techniques are:

    – temporarily removing any custom CSS you may have added anywhere in your theme or plugin folders
    – turn off all your plugins temporarily. If the navigation comes back, reactivate them one-by-one to find the culprit.

    Let me know how it goes.

    Thread Starter kurtjensen

    (@kurtjensen)

    Thank you so much Kathryn!

    I found that line of code in the php of one of my plugins (Assets Manager) and changed it.

    I was really frustrated with this problem, so you’ve put me in an excellent mood. I hope you have a great day!

    Moderator Kathryn Presner

    (@zoonini)

    You’re very welcome – I’m glad you found the culprit and are now in a better mood. Solving problems does feel good!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Next page links not showing’ is closed to new replies.