Tagged: you may also like Viewing 2 posts - 1 through 2 (of 2 total) Author Posts August 22, 2013 at 8:15 pm #28278 serverliftParticipant Is there a built-in way to turn off the “you may also like” part of the blogs? Or do I just use CSS to change the class to display: none? August 23, 2013 at 4:34 am #137091 IsmaelModerator Hey, You can use this: .related_posts { display: none; } You can also edit single.php, find this code: //show related posts based on tags if there are any get_template_part( 'includes/related-posts'); Remove it. Cheers, Ismael Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘You may also like’ is closed to new replies.