Hide Previous Post\Next Post in Posts

  • Author
    Posts
  • #43902

    Is it possible to hide the Previous Post\Next Post links at the bottom of Posts? Perhaps, I just missed it in the Theme Options. I would like to hide these options if possible.

    #44196
    Zed
    Cryout Creations mastermind

    Try

    #nav-below {
       display: none;
    }
    • This reply was modified 6 years ago by Zed.

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #55336

    Hi Zed,
    I’ve tried but it doesn’t work.
    I update the style.css writing the code above.
    Thank you.

    Website: www.bedandbreakfastitalia.info

    #55364
    Zed
    Cryout Creations mastermind

    You should not modify theme files, but place custom styling in WordPress’ Additional CSS field (in the customizer) or a Custom CSS plugin of your choice. If that style still doesn’t work, try:

    body #nav-below {
       display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Hide Previous Post\Next Post in Posts’ is closed to new replies.