Title: Featured image
Last modified: August 21, 2016

---

# Featured image

 *  [lordofthemanor](https://wordpress.org/support/users/lordofthemanor/)
 * (@lordofthemanor)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/featured-image-115/)
 * Hi,
 * I just selected a featured image for a post but it doesn’t seem to show after
   I check the website. Does this theme works with featured images?
 * Thanks,
    Chris

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

 *  [spun2u](https://wordpress.org/support/users/spun2u/)
 * (@spun2u)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/featured-image-115/#post-4549516)
 * Would like to know this also. My guess is no.
 *  [SafeGames](https://wordpress.org/support/users/safegames/)
 * (@safegames)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/featured-image-115/#post-4549550)
 * In “index.php” search the line:
 * <?php while ( have_posts() ) : the_post(); ?>
 * right after that line, insert the code below:
 * <?php if ( has_post_thumbnail()) : ?>
    <div style=”float:left;margin:7px;”> ”
   title=”<?php the_title_attribute(); ?>” > <?php the_post_thumbnail(‘thumbnail’);?
   > </div> <?php endif; ?>
 * It will show your featured image in excerpt with a thumbnail linking to your 
   post.
 *  [anjaneyabattu](https://wordpress.org/support/users/anjaneyabattu/)
 * (@anjaneyabattu)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/featured-image-115/#post-4549552)
 * thanks you for your help,
 * I am also facing these problem after placing the code i got the featured image.
   But it placed side of the post, i need the featured image after title and author
   info. if it is possible, please help me.
 * Thanks.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [11 years, 8 months ago](https://wordpress.org/support/topic/featured-image-115/#post-4549553)
 * Could you create a new thread [http://wordpress.org/support/theme/flato#postform](http://wordpress.org/support/theme/flato#postform)
 * Thanks

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

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

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

 * 4 replies
 * 5 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/featured-image-115/#post-4549553)
 * Status: not resolved