Remove "previous post" and "next post" in single post/page bottom

  • Author
    Posts
  • #33340
    Thanh Nguyen

    Hi,
    I’m looking for a method to remove “previous post” and “next post” links in bottom of every single page/post.
    Please help me out.
    Thanks in advance.

    #33548
    Zed
    Cryout Creations mastermind

    You can hide them with CSS:

    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 2 posts - 1 through 2 (of 2 total)

The topic ‘Remove "previous post" and "next post" in single post/page bottom’ is closed to new replies.