How can I delete next/previous options

  • Unknown's avatar

    from my posts? Or is there a way that they will refer to next post as they exist in the pages and not time wise?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, no, the next and previous will always go to the next or previous post by time. The following CSS will remove them from the single post pages.

    #nav-above {
        display: none;
    }

    If you remove it and want to adjust the whitespace above it, you can add the following and adjust the top margin.

    .single .post_title {
        margin-top: 35px;
    }
  • The topic ‘How can I delete next/previous options’ is closed to new replies.