Archived topic
How to hide links to other posts at the end of each post?
3 replies · Started by Silver on March 4, 2017
Viewing posts 1–4 of 4
At the end of every post there are 3 links.
Categories (managed to hide them via theme menu);
Previous post
Next post
How to hide the links to prev. and next post, at the end of each post?
I use the latest GP and BeaverBuilder.
Thanks
Hi there,
Use this CSS:
.post-navigation {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Thank you. Found another workaround by using pages instead of posts.
Glad you found a solution!
This archived topic is closed to new replies.