Title: Remove Featured Image from Full Posts
Last modified: August 21, 2016

---

# Remove Featured Image from Full Posts

 *  [Bejelly](https://wordpress.org/support/users/bejelly/)
 * (@bejelly)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-featured-image-from-full-posts/)
 * Hi,
 * I’ve been trying to figure out how to remove the featured imaged from the feature
   post. I have it set to full content so there is a duplicate image. I have teaser
   posts but I want the featured images shown.
 * Thanks!
 * [http://wordpress.org/plugins/genesis-grid-loop/](http://wordpress.org/plugins/genesis-grid-loop/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [webenthusiast](https://wordpress.org/support/users/adityabajaj/)
 * (@adityabajaj)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-featured-image-from-full-posts/#post-4054778)
 * Edit your post then in the right rail towards the bottom, you will see the image.
   Click Remove Featured image.
 *  Thread Starter [Bejelly](https://wordpress.org/support/users/bejelly/)
 * (@bejelly)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-featured-image-from-full-posts/#post-4054851)
 * I don’t have a featured image set in my post so that doesn’t work.
 *  [webenthusiast](https://wordpress.org/support/users/adityabajaj/)
 * (@adityabajaj)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-featured-image-from-full-posts/#post-4054882)
 * well, in that case you need to elaborate the ask. sharing a link along would 
   also help.
 *  Thread Starter [Bejelly](https://wordpress.org/support/users/bejelly/)
 * (@bejelly)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/remove-featured-image-from-full-posts/#post-4054947)
 * Sorry, ok, you can see what I mean on my front page. I don’t have a featured 
   image selected and it’s pulling a randow image and setting it as the featured.
   On Firefox, it’s messing up how it displays also. I want to show a full post 
   with no featured image and have featured images on all the teasers.
 * [http://www.agirlworthsaving.net/](http://www.agirlworthsaving.net/)
 *  [livelovepasta](https://wordpress.org/support/users/livelovepasta/)
 * (@livelovepasta)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-featured-image-from-full-posts/#post-4055032)
 * I’m sort of in the same boat, I would like to have “display featured images” 
   function only for the archive pages. On my blog home page I’d prefer to “display
   full content”.
 * Since it’s required to “display featured images” for this plugin to work (as 
   I understand it), then if I select “display fill content” my archive pages are
   unchanged, but I get duplicate images in my blog home page…
 * Website: [http://livelovepasta.com/](http://livelovepasta.com/)
 *  [SolanosKitchen](https://wordpress.org/support/users/solanoskitchen/)
 * (@solanoskitchen)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-featured-image-from-full-posts/#post-4055044)
 * I am having a similar issue – When I set the feature post to full content, it
   creates a duplicate image (currently set to a thumbnail). Having a hard time 
   figuring out how to get rid of the featured image for the feature post. My site
   uses the Prose theme.
 * Website: [http://www.solanoskitchen.com](http://www.solanoskitchen.com)
 * Thanks!
 *  [Cadams7](https://wordpress.org/support/users/cadams7/)
 * (@cadams7)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remove-featured-image-from-full-posts/#post-4055076)
 * I’ve remedied this problem with a css fix. Basically setting the display of the
   featured image on the featured post to none. Then when that featured post is 
   replaced with another, and it goes into the teaser grid, boom the image shows
   up. SolanosKitchen, looking at your site and theme, you’d use something like
 *     ```
       .feature img.post-image {
       	display: none;
       }
       ```
   
 * Basically, the featured images have a different class than the standard images
   from displaying the full post contents. You have to determine what that unique
   class is and hide it with CSS, hope this helps someone.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Remove Featured Image from Full Posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/genesis-grid-loop.svg)
 * [Genesis Grid](https://wordpress.org/plugins/genesis-grid-loop/)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-grid-loop/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-grid-loop/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-grid-loop/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-grid-loop/reviews/)

 * 7 replies
 * 5 participants
 * Last reply from: [Cadams7](https://wordpress.org/support/users/cadams7/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/remove-featured-image-from-full-posts/#post-4055076)
 * Status: not resolved