Featured Image Display Optimization

We removed the featured image from posts to avoid having duplication of images from above and the image included in the text area of the post.

We would like to be able to disable featured images for a better post layout without sacrificing the look of the post feed in the sidebar (screenshot https://prnt.sc/kn43qg) and main blog page.

Having the featured image setup did not help our Twitter Card layout or social media posting visibility, screenshot https://prnt.sc/kn45u7 Any suggestions?

Hi there,

Thanks for writing in! Instead of removing the featured image from the post itself you can hide it via CSS to remove the duplication. Simply add the following code in the Theme Options > CSS:

.single-post .entry-featured {
    display: none;
}

Hope this helps!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.