Title: How to remove thumbnail
Last modified: August 21, 2016

---

# How to remove thumbnail

 *  Resolved [kristii143](https://wordpress.org/support/users/kristii143/)
 * (@kristii143)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-remove-thumbnail/)
 * How do I remove the thumbnail from the default? I’ve added the command
 * post_thumbnail=false
 * and tried
 * post_thumbnail=none
 * neither have worked…. I basically know nothing about code.
 * Thanks!
 * [http://wordpress.org/plugins/tpg-get-posts/](http://wordpress.org/plugins/tpg-get-posts/)

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

 *  Thread Starter [kristii143](https://wordpress.org/support/users/kristii143/)
 * (@kristii143)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-remove-thumbnail/#post-4290749)
 * this is the actual code i have included on my homepage
 * [tpg_get_posts fields=”title,byline,content,metadata” numberposts=3
    field_classes
   =”post_title=tpg-title-class,post_content=tpg-content-class,post_metadata=tpg-
   metadata-class, post_byline=tpg-byline-class,post_thumbnail=false”]
 *  Thread Starter [kristii143](https://wordpress.org/support/users/kristii143/)
 * (@kristii143)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-remove-thumbnail/#post-4290750)
 * [http://drkristinsfitnessrx.com](http://drkristinsfitnessrx.com)
 *  Plugin Author [Criss Swaim](https://wordpress.org/support/users/cswaim/)
 * (@cswaim)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-remove-thumbnail/#post-4290795)
 * there is a syntax error in your shortcode and missing option:
    change ….`post_byline
   =tpg-byline-class,post_thumbnail=false"]` to ….`post_byline=tpg-byline-class"
   thumbnail_size="none"]`
 * you really don’t need the fields or field_class options if you are not overriding
   the defaults, try:
 * `[tpg_get_posts numberposts=3 thumbnail_size="none"]`
 *  Thread Starter [kristii143](https://wordpress.org/support/users/kristii143/)
 * (@kristii143)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-remove-thumbnail/#post-4290798)
 * woo! thank you for your help 🙂 i searched for hours all over the internet…

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

The topic ‘How to remove thumbnail’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tpg-get-posts_dfefe0.svg)
 * [TPG Get Posts](https://wordpress.org/plugins/tpg-get-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tpg-get-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tpg-get-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/tpg-get-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tpg-get-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tpg-get-posts/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [kristii143](https://wordpress.org/support/users/kristii143/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-remove-thumbnail/#post-4290798)
 * Status: resolved