Removing "Related" Section Posted in : Read WP bradarichardsonParticipant 11 April 2016 at 16:04 #30085 Does anyone know how to remove the “related” section underneath posts? serkanModerator 12 April 2016 at 10:15 #30098 Hi bradarichardson, You can use this custom css code; .related-posts { display: none; } Thanks bradarichardsonParticipant 12 April 2016 at 14:47 #30109 I tried the code and cleared the cache but the related section is still coming up. serkanModerator 12 April 2016 at 15:03 #30111 Hi bradarichardson, This is odd. Could you provide me your related url please? Thanks bradarichardsonParticipant 12 April 2016 at 15:06 #30112 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; } serkanModerator 12 April 2016 at 15:11 #30114 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 bradarichardsonParticipant 12 April 2016 at 15:20 #30117 That got rid of it. I apologize, I didn’t realize it was a third party plugin causing that. serkanModerator 12 April 2016 at 17:12 #30122 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 Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register