Title: Featured Images inside Posts
Last modified: August 22, 2016

---

# Featured Images inside Posts

 *  Resolved [Salinidaniso](https://wordpress.org/support/users/salinidaniso/)
 * (@salinidaniso)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/featured-images-inside-posts/)
 * I’m really frustrated, I have been searching and trying to get it to work for
   hours, nothing works.
 * When I make an image post and click on it, I see my image twice. From what I’ve
   figured it’s the featured image showing and the image I posted. I can make it
   go away if I delete my featured image, but I don’t want to do that because then
   I’ll have no featured image on my front page.
 * What I want is a featured image on my front page but no featured image inside
   the post.
 * I tried with child theme, I tried removing codes, I tried everything I could 
   find on the internet for hours, nothing works.

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

 *  Theme Author [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/featured-images-inside-posts/#post-5194394)
 * In order to get the featured image off the single posts, what you want to do 
   is the following.
 * Copy the content-single.php from the parent theme and put it in your child theme.
 * Then edit your content-single.php
 * Remove lines # 9 – 12
 *     ```
       <?php if( has_post_thumbnail() ) : 
   
       		echo the_post_thumbnail( 'full', array('class' => 'aligncenter') ); ?>
   
       	<?php endif; ?>
       ```
   
 *  Thread Starter [Salinidaniso](https://wordpress.org/support/users/salinidaniso/)
 * (@salinidaniso)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/featured-images-inside-posts/#post-5194409)
 * Thanks a lot for the quick reply I didn’t remove the endif when I did it and 
   kept getting errors.
 * Awesome theme!

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

The topic ‘Featured Images inside Posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/water-lily/1.4/screenshot.jpg)
 * Water Lily
 * [Support Threads](https://wordpress.org/support/theme/water-lily/)
 * [Active Topics](https://wordpress.org/support/theme/water-lily/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/water-lily/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/water-lily/reviews/)

## Tags

 * [featured](https://wordpress.org/support/topic-tag/featured/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [twice](https://wordpress.org/support/topic-tag/twice/)

 * 2 replies
 * 2 participants
 * Last reply from: [Salinidaniso](https://wordpress.org/support/users/salinidaniso/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/featured-images-inside-posts/#post-5194409)
 * Status: resolved