• Resolved berniem3

    (@berniem3)


    I’d like to turn off Previous / Next at the bottom of Posts. The most recent Post that I created has Previous at the bottom and a link to a Post that is in a different category so it makes no sense. Posts I’ve created in the past, under previous revisions of WP and of the Neve theme do not display Previous / Next at all and I’m happy with that. I’d like future posts to work the same way the old ones do.

    I’ve tried inserting some CSS that I found for the Twenty Twenty theme that address this problem, but it didn’t have any effect here.

    Thanks for any suggestions.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Mat

    (@mateithemeisle)

    Hello @berniem3 ,

    Thank you for using Neve!

    In order to disable Post Navigation you have to go to Customizer -> Layout -> Single Post -> And check the eye next to the “Post Navigation” button is grey.

    That should disable the post navigation appearing under each post on your page.

    Please let us know if this worked for you!

    Thank you and have an amazing day!

    Thread Starter berniem3

    (@berniem3)

    Thank you for the suggestion. The eye next to Post Navigation is grey (the other elements are all blue). But the latest post, and only the latest post.

    To see the problem, go to https://mayoff.com/category/songbook/songs-dallas/. Then in the first post, 2021 – The Celebration Never Ends, and click on More, or go directly to https://mayoff.com/2021-the-celebration-never-ends/. The problem only happens with this “2021. . . ” post.

    Mat

    (@mateithemeisle)

    Hello @berniem3 ,

    If that didn’t work you can try adding the below code by going to Customizer -> Additional CSS and paste this :

    .nv-post-navigation {
        display: none;  
    }
    

    Please let me know if this worked for you!

    Thank you!

    • This reply was modified 3 years, 9 months ago by Mat.
    Thread Starter berniem3

    (@berniem3)

    Inserting that CSS worked! Thank you.

    Mat

    (@mateithemeisle)

    Hello @berniem3 ,

    Glad to know i could be of service!

    Thank you and have an amazing day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to turn off previous / next at bottom of Posts’ is closed to new replies.