Remove “next” and “prev” post from under the posting

WordPress Themes, Plugins and HTML Templates Forums Arcane WordPress Theme Remove “next” and “prev” post from under the posting

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #693
    marcwitt
    Participant

    Hey,

    I want to remove the links to next or previous postings under my articles. How can I do that?

    Thanks!

    #1749
    admin
    Participant

    Hi,

    There are several advantages of these links e.g.

    • Better SEO
    • Increased Page Views

    If you still want to remove them. Please use the following custom CSS snippet,

    /* Remove Post Navigation */
    .single .post-navigation {
    display: none;
    }[/CODE]

    Thanks[CODE]/* Remove Post Navigation */
    .single .post-navigation {
    display: none;
    }[/CODE]

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.