Title: Remove thumbnail from posts
Last modified: August 21, 2016

---

# Remove thumbnail from posts

 *  Resolved [BandittenJacob](https://wordpress.org/support/users/bandittenjacob/)
 * (@bandittenjacob)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-thumbnail-from-posts-1/)
 * I have just switched from Responsive theme to Skeleton theme. Now i have a problem
   as all of my posts now have the thumbnail at the beginning of the text. How do
   i get this removed?
 * [https://github.com/simplethemes/skeleton_wp](https://github.com/simplethemes/skeleton_wp)
   <– this is the theme i am using now.

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

 *  [Matt](https://wordpress.org/support/users/mzak/)
 * (@mzak)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-thumbnail-from-posts-1/#post-4614834)
 * You’ll want to use a child theme to do this. Once you’ve created a child theme,
   create a new functions.php file, and in that file, put the following:
 *     ```
       <?php
   
       remove_filter( 'the_content','skeleton_thumbnailer' );
   
       ?>
       ```
   
 * I think that’ll do it.
 *  Thread Starter [BandittenJacob](https://wordpress.org/support/users/bandittenjacob/)
 * (@bandittenjacob)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-thumbnail-from-posts-1/#post-4614865)
 * And so it would 🙂 Thanks a lot man. I have fought with this for hours. 🙂 I 
   already had the childtheme installed, as per that installation link i posted,
   so it was kind of easy just to put
 * remove_filter( ‘the_content’,’skeleton_thumbnailer’ );
 * into the existing funcions.pgp file in that theme. 🙂
 *  Thread Starter [BandittenJacob](https://wordpress.org/support/users/bandittenjacob/)
 * (@bandittenjacob)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-thumbnail-from-posts-1/#post-4614866)
 * i mean functions.php 🙂

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

The topic ‘Remove thumbnail from posts’ is closed to new replies.

## Tags

 * [post](https://wordpress.org/support/topic-tag/post/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [BandittenJacob](https://wordpress.org/support/users/bandittenjacob/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/remove-thumbnail-from-posts-1/#post-4614866)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
