Title: Featured Images
Last modified: August 21, 2016

---

# Featured Images

 *  [AgentPooky](https://wordpress.org/support/users/agentpooky/)
 * (@agentpooky)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/featured-images-29/)
 * Hi,
 * 1) What is the recommended size for a featured image in this theme?
    2) Is there
   a way to upload one image and have it appear as a featured image as well as a
   larger image in the post automatically?
 * Thanks

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

 *  Anonymous User 12851872
 * (@anonymized-12851872)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/featured-images-29/#post-4343309)
 * hi,
 * 1- Featured Image size 220×162 pixels
    2- Yes as for all the themes, “featured
   picture” is not necessarily inserted into the posy.
 *  Anonymous User 12851872
 * (@anonymized-12851872)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/featured-images-29/#post-4343310)
 * to see, file functions.php
 *     ```
       add_theme_support( 'post-thumbnails' );
       set_post_thumbnail_size( 220, 162, true );
       add_image_size( 'featured', 220, 162, true ); //Latest posts thumb
       add_image_size( 'carousel', 140, 130, true ); //Bottom featured thumb
       add_image_size( 'bigthumb', 620, 315, true ); //Big thumb for featured area
       add_image_size( 'mediumthumb', 300, 200, true ); //Medium thumb for featured area
       add_image_size( 'smallthumb', 140, 100, true ); //Small thumb for featured area
       add_image_size( 'widgetthumb', 60, 57, true ); //widget
       ```
   

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

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

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: Anonymous User 12851872
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/featured-images-29/#post-4343310)
 * Status: not resolved