Removing "Related" Section

  • Posted in : Read WP
  • bradarichardson
    Participant

    Does anyone know how to remove the “related” section underneath posts?

    serkan
    Moderator

    Hi bradarichardson,

    You can use this custom css code;

    .related-posts {  display: none; }

    Thanks

    bradarichardson
    Participant

    I tried the code and cleared the cache but the related section is still coming up.

    serkan
    Moderator

    Hi bradarichardson,
    This is odd. Could you provide me your related url please?
    Thanks

    bradarichardson
    Participant

    This is the website (http://www.littlestbookshelf.com/)

    I’m trying to remove the related section under each post in the review and blog content.

    This is the CSS I’m using on the website:

    .site-header { padding-bottom: 0; }
    .home .entry-content img { margin-top: 0; }
    .home .entry-content p { margin-top: 0; }
    .home .page .entry-content { padding-top: 0; }
    .site-description { font-size: 0.9em; }
    h1.site-title { line-height: 0; margin-bottom: 0; }
    h1.site-title a { border-bottom: 0; }
    h2.site-description { margin-top: 0; }
    @media screen and (min-width: 767px) { .site-header .row { position: relative; } }
    .middle { padding-bottom: 0; }
    .page > .entry-header > .entry-title { display: none; }
    .page .comments-area { display: none; }
    .post-archive .page-title { display: none; }
    .related-posts { display: none; }

    serkan
    Moderator

    Hi bradarichardson,
    It is not our default related post plugin. You are using third party plugin for this feature. You can disable it in your plugins or use this custom css code;

    #jp-relatedposts { display: none !important; }

    Thanks

    bradarichardson
    Participant

    That got rid of it. I apologize, I didn’t realize it was a third party plugin causing that.

    serkan
    Moderator

    You are welcome.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register