[Resolved] remove pagination at bottom of every post

Home Forums Support [Resolved] remove pagination at bottom of every post

Home Forums Support remove pagination at bottom of every post

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1289322
    Jessica

    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!

    #1289424
    Leo
    Staff
    Customer Support

    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 🙂

    #1289439
    Jessica

    It looks like I had already done that. (The boxes are unchecked.) But for some reason, it is still showing on the live site.

    #1289445
    Leo
    Staff
    Customer Support

    I just checked the second post and don’t see the post navigation. Can you try clearing your browser cache?

    #1289457
    Jessica

    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.

    #1290506
    Leo
    Staff
    Customer Support

    Not sure if I understand.

    How are people supposed to see the posts on the second page and so on?

    #1290512
    Jessica

    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.

    #1290565
    Leo
    Staff
    Customer Support

    Try this CSS:

    .paging-navigation {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1290582
    Jessica

    Thanks. That did what I needed.

    #1290583
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.