Okay
  Public Ticket #157431
how to not display featured image?
Closed

Comments

  • Peter started the conversation
    I installed a Wordpress plugin that automatically takes the first image in a post and loads it as the featured image. This is helpful because now on my masonry blogs page, all the posts now have images. However, on the actual post, it now shows the image twice. Is there a way around this? Maybe even make it so "featured image" is displayed in the main masonry blog page, but not on individual posts?
  •  1,043
    ThemeNectar replied

    Hey again Peter!

    Add this into the Custom CSS box located in your Salient Options panel:

    .single-post .post-featured-img {
      display: none!important;
    }

    Cheers :)