• Resolved xfreespiritx

    (@xfreespiritx)


    [Theme: mnmlist] How to remove the next/previous post links?

    Hello, does anyone know how to remove the nav links next post and previous post displayed on the page. I have looked on previous posts that suggest modifying the style.css, but the code mentioned to change is not present with this theme. Can anyone help?

    kindest regards

Viewing 7 replies - 1 through 7 (of 7 total)
  • joelymil

    (@joelymil)

    Are you able to post a link to your site? The CSS is going to be theme specific so it would make finding the right code to change much easier.

    Thread Starter xfreespiritx

    (@xfreespiritx)

    Hi, thanks for replying..
    yes it’s http://repostuff.servehttp.com

    somedudes

    (@somedudes)

    Hi there, try this.

    #nav-abover { display: none !important; }

    you should paste into your style.css

    Good Luck

    somedudes

    (@somedudes)

    #Correction

    #nav-above { display: none !important; }

    somedudes

    (@somedudes)

    I just noticed there’s below nav as well. If you want to remove both, use this –

    #nav-above, #nav-below { display: none !important; }

    Thread Starter xfreespiritx

    (@xfreespiritx)

    Om gosh, that totally worked, thank you ‘somedudes’!!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    you should paste into your style.css

    I sense a pattern to somedudes replies. 😉

    @somedude? Please don’t leave out the step about creating and activating a child theme. 😉

    https://codex.wordpress.org/Child_Themes

    If that code get’s copied into the theme’s style.css file then it will be lost when that theme get’s updated.

    @Gremmy 123 Please create and activate a child theme of that theme first then try adding that to the child theme’s style.css file.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to remove the next/previous post links?’ is closed to new replies.