Archived topic
how to hide next post from a post page?
3 replies · Started by Goldy on June 22, 2017
i have this post page https://goldyarora.wpengine.com/test-post/
before the comment box, i see the next post "its now possible to manage suspended users google calendar" how can i hide it?
What i want is to hide everything and have neat and clean post, and then the bottom i'll include elementor's post widget.
Hi there,
This option will be added to the customizer in the upcoming version.
For now use this CSS:
.post-navigation {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
thank you, am a non tech, where should i exactly add this?
Adding CSS: https://docs.generatepress.com/article/adding-css/
Easiest way is to copy and paste the code in Addtional CSS.