How do I remove the next and previous post links at the top of each post?

  • foxhunter

    #7082

    The links above each post:

    << Previous Post Title Next Post Title >>

    Admin

    Syahir Hakim

    #36889

    Add this to Custom CSS or child theme’s stylesheet:

    .single .post-nav {
    display: none;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.