Title: enable single post thumbnails
Last modified: August 21, 2016

---

# enable single post thumbnails

 *  Resolved anonymized-13749270
 * (@anonymized-13749270)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/enable-single-post-thumbnails/)
 * how can i enable single post thumbails in functions.php or anything else? thanks!

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

 *  Theme Author [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * (@fruitfulcode)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/enable-single-post-thumbnails/#post-5126660)
 * samuel,
 * edit content.php line 27 insert `the_post_thumbnail()`
 *     ```
       <?php if ( is_single() ) : ?>
       				<h1 class="post-title"><?php the_title(); ?></h1>
       				<div class="entry-thumbnail">
       					<?php the_post_thumbnail(); ?>
       				</div>
       		<?php else : ?>
       ```
   
 *  Thread Starter anonymized-13749270
 * (@anonymized-13749270)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/enable-single-post-thumbnails/#post-5126661)
 * Thank You so much for the php tag ! it worked perfect ! thanks for the amazing
   support associated to the amazing theme !

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

The topic ‘enable single post thumbnails’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: anonymized-13749270
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/enable-single-post-thumbnails/#post-5126661)
 * Status: resolved