Okay
  Public Ticket #2529706
Turn off previous/Next and related posts suggestions for individual articles
Closed

Comments

  •  2
    matrixprint started the conversation

    Please how can I turn off the related posts and next/previous posts on an individual article (instead of turning it off for every article on the blog) Thanks.

  •  2,965
    Andrew replied

    Hi there,

    Turn off in Salient > Blog

    6559548014.png


    Thanks.

  •  2
    matrixprint replied

    Hello Andrew, thanks for this, but this will turn it off for every post on the blog.  I need is to be able to turn it off on a post by post basis, perhaps by custom css for each post. Thanks

  •  2,965
    Andrew replied

    Hi there,

    Please share a link to the post so that we see possible css to remove that.

    Thanks.

  •  2
    matrixprint replied

    Thanks Andrew,

    https://poetolu.com/man-who-cooks/

    I don't want 'related posts' and 'next/previous' posts to appear on the article


    Thanks

  •  2,965
    Andrew replied

    Hi there,

    Add the following custom css in Salient > General settings > CSS/Script related:

    .postid-1204 .blog_next_prev_buttons, .postid-1204 .related-post-wrap {
        display: none;
    }
    

    Hope this helps.

  •  2
    matrixprint replied

    Worked like a charm. :D Thanks