Archived topic
Remove previous/next link from post
2 replies · Started by Musa Ahmad on December 4, 2016
Hi,
How can I remove Previous and Next link at the bottom of each post.
I have add the following code into style.css but it doesn't work.
.post-navigation {
display: none;
}
Is there is any other way to remove that link?
Hi Musa
You can try find out why that css is not working by either validating your css or providing a link here so either Tom, the forum staff or volunteers can take a look.
In the meantime, please take a look at this topic https://generatepress.com/forums/topic/previousnext-posts/ and specifically this https://generatepress.com/forums/topic/previousnext-posts/#post-135325
I have installed Simple CSS plugin, and I pasted the code in it. and it's work.
Thank you very much Jamal.