Topic Resolution: Resolved
  • Closed
  • Emilio P
    Spectator
    January 28, 2016 at 1:25 pm #23903

    Hi guys,

    I would like to get rid of “previous/next posts links” on blog posts. On theme options (under blog), the only options are: before comments, after comments, or both.

    But it says nothing about eliminating this option.

    Thanks in advance 😉

    Emilio

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 1:38 pm #23904

    Hi Emilio,

    Thanks for writing in!

    I would like to get rid of “previous/next posts links” on blog posts

    Please add the following code under Appearance -> Theme Options -> Custom CSS:

    .blog .navigation-links.page-navigation {
    display: none;
    }

    Hope this helps.

    Thank you!

    Emilio P
    Spectator
    Posts: 4
    January 28, 2016 at 1:45 pm #23905

    It doesn’t work. I’ve just copied and tried twice but the next/previous links continue to show up.

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 1:51 pm #23906

    Hi Emilio,

    Would you please provide us with the link of your website so that we can take a look into it and provide you with a possible solution.

    Thanks!

    Emilio P
    Spectator
    Posts: 4
    January 28, 2016 at 1:54 pm #23907

    Sure. This is a link to one of the blog entries: http://lacuriosidaddelviajero.com/actualidad/promocion-pack-diseno-web-premium/

    Note that between the post tags and the comments, the next/previous links appear.

    Thanks

    Imran
    Spectator
    Posts: 402
    January 28, 2016 at 2:13 pm #23909

    Hi Emillio,

    get rid of “previous/next posts links” on blog posts

    Please add the following code under your custom CSS field:

    .single-post .navigation-links {
    display: none;
    }

    Hope this helps.

    Thanks!

    Emilio P
    Spectator
    Posts: 4
    January 28, 2016 at 2:25 pm #23910

    Thanks Imran. It did work now!

    Imran
    Spectator
    Posts: 402
    January 29, 2016 at 6:35 am #23923

    You’re welcome! 🙂