Title: Remove featured image from posts
Last modified: September 1, 2016

---

# Remove featured image from posts

 *  Resolved [mchen25](https://wordpress.org/support/users/mchen25/)
 * (@mchen25)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-featured-image-from-posts-7/)
 * I want to remove the featured image from post page so that only shows up in previews.
   From what I’ve read, there is a line of code I need to remove from the single.
   php file. However I cannot find the single.php file. So, is there any other way,
   or is there a way for me to create a single.php file? I know basically no code
   so I cannot write my own codes. My theme is Venture lite from Nimbus.

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

 *  [Suyogya Shukla](https://wordpress.org/support/users/themeislesupport/)
 * (@themeislesupport)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-featured-image-from-posts-7/#post-7676676)
 * Hey there,
 * Please post a link to your site. Thanks!
 *  Thread Starter [mchen25](https://wordpress.org/support/users/mchen25/)
 * (@mchen25)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-featured-image-from-posts-7/#post-7676786)
 * Sure, [chihuo.25u.com](http://chihuo.25u.com)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-featured-image-from-posts-7/#post-7676791)
 * Please try asking for assistance in the theme’s dedicated forum: [https://wordpress.org/support/theme/venture-lite](https://wordpress.org/support/theme/venture-lite)
 * In the meantime, do not edit the theme itself. First [create a child theme for your changes](https://codex.wordpress.org/Child_Themes).
 *  [ThemeSumo](https://wordpress.org/support/users/themesumo/)
 * (@themesumo)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-featured-image-from-posts-7/#post-7676793)
 * Install this [Custom CSS](https://wordpress.org/plugins/simple-custom-css/) plugin
   and use this code to hide the image from being displayed, **it’s still there 
   and being loaded**, but isn’t visible.
 * `.single .archive-singular-wrap img { display: none; }`
 * That’s the easy solution, the correct way would bee to use a [Child Theme](https://codex.wordpress.org/Child_Themes)
   and override the parent theme single.php file with a customized one, with the
   relevant image code being removed, as suggested by emsi.
 * Hope this helps.
 *  Thread Starter [mchen25](https://wordpress.org/support/users/mchen25/)
 * (@mchen25)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-featured-image-from-posts-7/#post-7676826)
 * Themesumo’s idea worked. Thanks all for helping.

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

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

 * 5 replies
 * 4 participants
 * Last reply from: [mchen25](https://wordpress.org/support/users/mchen25/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/remove-featured-image-from-posts-7/#post-7676826)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
