WordPress Themes, Plugins and HTML Templates › Forums › Arcane WordPress Theme › Remove “next” and “prev” post from under the posting › Re: Remove “next” and “prev” post from under the posting
August 21, 2016 at 7:24 pm
#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