Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28278

    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?

    #137091

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘You may also like’ is closed to new replies.