Archived topic
remove pagination at bottom of every post
9 replies · Started by Jessica on May 17, 2020
Hi,
I want to remove the page numbers as well as "previous" and "next" at the bottom of every post, including the home page. Basically, I want every page to stand on its own with no links at the bottom to a new post. How can I do this?
I was told by someone else who has Generate Press that the following code would work if inserted into Appearance > Customize > Additional CSS:
.nav-links {
display: none;
}
However, that did not work for me, so I removed it. Please advise how to do this and exactly where to put the code. Thanks!
Hi there,
You can disable the post navigation in the customizer:
https://docs.generatepress.com/article/blog-content-layout/#single
Let me know if this helps :)
It looks like I had already done that. (The boxes are unchecked.) But for some reason, it is still showing on the live site.
I just checked the second post and don’t see the post navigation. Can you try clearing your browser cache?
Yes, I am still seeing it. I'm talking about everything in the red box here: https://www.screencast.com/t/CHQ6MaH8V I don't want it to be on any of the pages, including the home page.
Not sure if I understand.
How are people supposed to see the posts on the second page and so on?
Each page on this website is standalone content, and traffic will be driven separately to each page. Please advise how I can remove the pagination at the bottom of all pages.
Try this CSS:
.paging-navigation {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks. That did what I needed.
No problem :)