# Remove featured image from post content

**URL:** https://discourse.roots.io/t/remove-featured-image-from-post-content/855
**Category:** uncategorized
**Created:** 2013-12-06T13:26:16Z
**Posts:** 3

## Post 1 by @like08_pl — 2013-12-06T13:26:17Z

Hi,  
I have a lil problem - can’t find where featured image is added to content of singe post:  
[http://www.cultureup.uk.com/dev/3-things-effecto-will-add-to-your-organisation/](http://www.cultureup.uk.com/dev/3-things-effecto-will-add-to-your-organisation/) - I added my own featured image to tempaltes/content.php - but it have another one in content part - don’t knwo where to remove it?

Thanks in advance.

---

## Post 2 by @sten_e_winroth — 2013-12-06T13:31:15Z

Can you specify the question a little bit? Did you assign (hardcode) a featured image to a template and then added another picture to the post, where you use the same featured image? Removing a featured image is not that hard, just go to edit the post and remove it!

---

## Post 3 by @like08_pl — 2013-12-06T14:05:40Z

Yes I hard coded my featured image in template

```
<div class="entry-featured"><a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('featured');?></a></div>
```

I don’t knwo why part `<?php the_content(); ?>` - is adding it inside content once again - I dont want it there.

thanks again
