[Resolved] previous/next posts

Home Forums Support [Resolved] previous/next posts

Home Forums Support previous/next posts

Viewing 15 posts - 1 through 15 (of 34 total)
  • Author
    Posts
  • #85265
    ian

    Is it possible to remove the next/previous post links at the bottom of a single post ?

    #85309
    ian

    Note if css is the way to do it
    I already have
    .post-navigation {
    display: none;
    }

    in simple css

    #85365
    Tom
    Lead Developer
    Lead Developer

    Hmm, that should do the trick. Can you link me to the page where it’s still showing up?

    #85372
    ian

    Sorry you misunderstood

    That css does work
    I was wondering if there was or should be an option for this within GP

    As an aside where is the best place to put this sort of thing
    currently it is in simple custom css

    is better in a child theme or GP HOOKS OR SOMEWHERE ELSE in your opinion

    Still a beginner but the light is slowly dawning

    #85486
    Tom
    Lead Developer
    Lead Developer

    Can you link me to a page where it’s still showing up? That CSS should work.

    You can find some CSS options in my signature below πŸ™‚

    #85661
    ian

    Thanks for that
    I will create my own child theme

    #85803
    Tom
    Lead Developer
    Lead Developer

    No problem πŸ™‚

    #135315
    Alexander

    Hi,

    is it possible to deactivate them completely in the Code, not only by CSS?

    Alex

    #135325
    Tom
    Lead Developer
    Lead Developer
    #135333
    Alexander

    Great, it works!

    Many Thanks.

    #135334
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

    #163055
    Daniel

    I am trying to remove the next previous page numbers from the bottom of the page .. I have tried the options listed above but not luck.. can you help?

    #163095
    Tom
    Lead Developer
    Lead Developer

    Without the numbers how will users navigate to the next page of posts?

    #163106
    Daniel

    I plan on the other post being view by a menu to that category.

    #163190
    Tom
    Lead Developer
    Lead Developer

    Try this CSS:

    .paging-navigation {
        display: none;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    Let me know πŸ™‚

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