Title: featured image in post
Last modified: August 24, 2016

---

# featured image in post

 *  [Kenya](https://wordpress.org/support/users/bijee/)
 * (@bijee)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-image-in-post-4/)
 * I am currently running the genesis framework with the tasteful theme and I want
   to have the photo that is uploaded to the featured post in the editor displayed
   in each post under the title. Is there a way to do that?
 * I am working this on my test site [http://www.test.womansreflection.com](http://www.test.womansreflection.com)
 * Can you advise if there is a way to do this?

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

 *  [webmistress666](https://wordpress.org/support/users/webmistress666/)
 * (@webmistress666)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-image-in-post-4/#post-5969010)
 *     ```
       // check if the post has a Post Thumbnail assigned to it.
       if ( has_post_thumbnail() ) {
       	the_post_thumbnail();
       }
       ```
   
 * [https://codex.wordpress.org/Post_Thumbnails#Examples](https://codex.wordpress.org/Post_Thumbnails#Examples)
 * You’d put this in the template, something like loop.php, though I’m not familiar
   with this theme.
 *  Thread Starter [Kenya](https://wordpress.org/support/users/bijee/)
 * (@bijee)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-image-in-post-4/#post-5969026)
 * i contacted support for the theme and was told it does not have it built in.
 * so are you saying i would put
    ( has_post_thumbnail() ) { the_post_thumbnail();}
 * in the loop.php file and that should do it?

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

The topic ‘featured image in post’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Kenya](https://wordpress.org/support/users/bijee/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/featured-image-in-post-4/#post-5969026)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
