Title: Remove Feature Pic from Post
Last modified: January 24, 2017

---

# Remove Feature Pic from Post

 *  [pierreplus](https://wordpress.org/support/users/pierreplus/)
 * (@pierreplus)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-feature-pic-from-post/)
 * I would like to remove my feature pic from my post. It appeared automatically
   and I’m not sure how to remove it. Please advise. Thanks

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

 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-feature-pic-from-post/#post-8692329)
 * Hello [@pierreplus](https://wordpress.org/support/users/pierreplus/),
 * Please edit a post, click **Remove featured image**, then click **Update** button.
 * Kind Regards, Roman.
 *  Thread Starter [pierreplus](https://wordpress.org/support/users/pierreplus/)
 * (@pierreplus)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-feature-pic-from-post/#post-8694543)
 * Thanks, Roman. Perhaps I was not clear enough.
 * I uploaded the Feature pic so that it appears on my FRONT page.
 * HOWEVER, I did NOT want the FEATURE Pic to appear inside my Post as well.
 * SO: I want the feature pic to appear on my front page with the post, but once
   you click on the post, the feature pic should not appear in the post as well.
 * Please help.
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-feature-pic-from-post/#post-8697143)
 * Hello [@pierreplus](https://wordpress.org/support/users/pierreplus/),
 * Please try to do the following. Go to your `public_html/wp-content/themes/astrid/
   template-parts` folder via SFTP or cPanel, open `content.php` file with a text
   editor, remove the following code and save changes.
 *     ```
       <div class="single-thumb">
       	<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_post_thumbnail('astrid-large-thumb'); ?></a>
       </div>
       ```
   
 * Please note that you have to override modified .php files in a child theme to
   avoid losing your modifications after theme update.
 * Kind Regards, Roman.
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-feature-pic-from-post/#post-8697152)
 * P. S.
    You can find that code on 33-35 row inclusive.
 *  Thread Starter [pierreplus](https://wordpress.org/support/users/pierreplus/)
 * (@pierreplus)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-feature-pic-from-post/#post-8699676)
 * Thanks, Roman.
 * I did it but the pic still appears inside the post. Please advise.
 * P
 *  Thread Starter [pierreplus](https://wordpress.org/support/users/pierreplus/)
 * (@pierreplus)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-feature-pic-from-post/#post-8699790)
 * Ok, I did the same thing under Editor and it works. Thanks a lot Roman.
 * Pierre
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-feature-pic-from-post/#post-8702161)
 * You are welcome Pierre!
 * Kind Regards, Roman.

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

The topic ‘Remove Feature Pic from Post’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/astrid/1.20/screenshot.png)
 * Astrid
 * [Support Threads](https://wordpress.org/support/theme/astrid/)
 * [Active Topics](https://wordpress.org/support/theme/astrid/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/astrid/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/astrid/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/remove-feature-pic-from-post/#post-8702161)
 * Status: not resolved