Title: Featured image display within post
Last modified: August 21, 2016

---

# Featured image display within post

 *  [bhdadmin](https://wordpress.org/support/users/bhdadmin/)
 * (@bhdadmin)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/featured-image-display-within-post/)
 * Hi,
 * It’s probably an easy fix, but I can’t find any documentation on it.
 * I want the featured image of a post to appear at the top of that post when it
   is clicked on as the posts are looking quite boring and bland without an image,
   but I don’t want to have to upload the picture twice.
 * It wouldn’t normally be an issue, but I need to train some staff members on uploading
   posts and it would be very very helpful if there wasn’t an extra step they have
   to do, as it just causes more issues.
 * Thanks in advance

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

 *  [Dave Naylor](https://wordpress.org/support/users/wpranger/)
 * (@wpranger)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/featured-image-display-within-post/#post-4361281)
 * If you are comfortable with adding code to php templates, that’s the way to go.
   If not, maybe something like this plugin will help you:
 * [http://wordpress.org/plugins/add-post-thumbnail-shortcode/](http://wordpress.org/plugins/add-post-thumbnail-shortcode/)
 *  Thread Starter [bhdadmin](https://wordpress.org/support/users/bhdadmin/)
 * (@bhdadmin)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/featured-image-display-within-post/#post-4361282)
 * What code would I have to change and where? I’m pretty comfortable doing this
   🙂
 *  [Dave Naylor](https://wordpress.org/support/users/wpranger/)
 * (@wpranger)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/featured-image-display-within-post/#post-4361284)
 * Have a read here:
 * [http://codex.wordpress.org/Post_Thumbnails](http://codex.wordpress.org/Post_Thumbnails)
 *  Thread Starter [bhdadmin](https://wordpress.org/support/users/bhdadmin/)
 * (@bhdadmin)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/featured-image-display-within-post/#post-4361289)
 * Forgive me if I’m being blind and/or stupid, but I can’t see where this helps?
 * I can set featured images, but they don’t appear at the top of the post once 
   inside the post, the do appear in the post lists.
 * If you could see the below link, you will see each post has a featured image 
   in the post list, but once you click on it the featured image isn’t there. I 
   want it to appear at the top of the post within the post.
 * [http://www.boswells.essex.sch.uk/category/news/](http://www.boswells.essex.sch.uk/category/news/)
 * Thanks
 *  [Dave Naylor](https://wordpress.org/support/users/wpranger/)
 * (@wpranger)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/featured-image-display-within-post/#post-4361291)
 * From that page, you’ll see this code:
 *     ```
       // check if the post has a Post Thumbnail assigned to it.
       if ( has_post_thumbnail() ) {
       	the_post_thumbnail();
       }
       ```
   
 * You need to place that within the loop on your single post template.

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

The topic ‘Featured image display within post’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [Dave Naylor](https://wordpress.org/support/users/wpranger/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/featured-image-display-within-post/#post-4361291)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
