Removal of next and previous post at the end of a post
- The topic ‘Removal of next and previous post at the end of a post’ is closed to new replies.
Need help? Check out our Support site, then
Hi there !
How is it possible to remove at the end of a post the mention of the previous and of the next post published?
Thanks a lot !
Jérôme
The blog I need help with is: (visible only to logged in users)
Hello
You can hide the post navigation with this short CSS snippet:
.post-navigation .nav-links {
display: none;
}
You can copy the code and insert it on Customize > CSS.
Cheers,
Thomas