Home Forums Lorina Remove title & text preview from the “related posts” section under a post Reply To: Remove title & text preview from the “related posts” section under a post

#11648
Andy
Keymaster

Copy this code to Additional CSS, and only the image of the related posts will display

.related-posts .entry-header,
.related-posts .entry-content {
    display: none;
}

please be aware that any posts that do not have a featured image will be an empty space.