Title: featured image into post
Last modified: August 31, 2016

---

# featured image into post

 *  Resolved [devanddhiraj](https://wordpress.org/support/users/devanddhiraj/)
 * (@devanddhiraj)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/featured-image-into-post/)
 * How to add featured image into post.. not able to show featured images into post..

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

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/featured-image-into-post/#post-7215296)
 * open single.php and before this code
 * `<?php the_content(); ?>`
 * add this
 *     ```
       <?php
       if ( has_post_thumbnail() ) {
       the_post_thumbnail('full');
       }
       ?>
       ```
   
 * refer to this to what size you want.
    //codex.wordpress.org/Post_Thumbnails
 *  Thread Starter [devanddhiraj](https://wordpress.org/support/users/devanddhiraj/)
 * (@devanddhiraj)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/featured-image-into-post/#post-7215453)
 * thank you .. it works perfectly!!!!!!! 🙂

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

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

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

 * 2 replies
 * 2 participants
 * Last reply from: [devanddhiraj](https://wordpress.org/support/users/devanddhiraj/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/featured-image-into-post/#post-7215453)
 * Status: resolved