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

#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