[Resolved] how to disable the links at the end of the post?

Home Forums Support [Resolved] how to disable the links at the end of the post?

Home Forums Support how to disable the links at the end of the post?

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #203540
    Dmitry

    Good day, Thomas!

    Tell me please…

    How to disable the links at the end of the post? They lead to the previous and next article ….

    Look at the screenshot: http://snap.ashampoo.com/kOisAXsA

    Thank you!

    #203549
    Roberto
    #203550
    jmarc

    Hi

    Copy and paste this in your custom .css:
    .nav-links { display: none; }

    JMarc

    #203557
    Tom
    Lead Developer
    Lead Developer

    The above solutions are awesome – here’s another one just in case:

    .post-navigation {
        display: none;
    }
    #203561
    Dmitry

    Many thanks =)

    p.s. text written by Google translator

    #203569
    Tom
    Lead Developer
    Lead Developer

    Glad we could help! 🙂

    #431658
    thomas

    I added that CSS in Simple CSS but I still see the links to the previous and next post :
    for eg : http://www.ageca.org/en-van-simones/
    any help without changing php ?

    #431665
    Leo
    Staff
    Customer Support

    You can now use the customizer option for that: https://docs.generatepress.com/article/blog-content-layout/#single

    Make sure you are using the most recent version of GPP 1.5.5

    #431715
    thomas

    Thanks ! I just updated to 1.5.5 and it works perfectly !

    #432005
    Leo
    Staff
    Customer Support

    No problem!

    #998910
    Matt

    jmarc rules! I tried all other ways from above and in 10 other posts from various sources, and jmarcs worked!

    Copy and paste this in your custom .css:

    .nav-links { display: none; }

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