Title: Multiple Featured Image
Last modified: August 21, 2016

---

# Multiple Featured Image

 *  [xdecimos](https://wordpress.org/support/users/xdecimos/)
 * (@xdecimos)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/problem-multiple-featured-image/)
 * Hi guys
 * I’m currently pretty new with all this stuff and I wanted to set different
    “
   Featured Images” up for a Post. The problem is that I’m using different images
   for different pages. For Example: Slider has image Size 600×400 and Single Post
   150×150
 * The problem is that I don’t have any idea how I could solve it.
    I already googled
   but couldn’t find anything which would be helpful and I’m now searching for help
   here.
 * The current code I’ve for the image is:
 *     ```
       <?php if ( has_post_thumbnail() or  get_post_meta($post->ID, 'inner-post-image')) { ?>
   
                   <div class="img_in">
   
                     <?php if( get_post_meta($post->ID, 'inner-post-image')){?> <img src="<?php $img = get_post_meta($post->ID, 'inner-post-image'); echo $img[0];  ?>" /> <?php  }else{ the_post_thumbnail();} ?>
   
                     <?php }else{?>
   
                      <div class="img_in">
   
                     <img src="<?php echo get_template_directory_uri() ; ?>/images/nophoto.jpg">
   
                     <?php } ?>
   
                   </div>
   
                 </div>
       ```
   
 * I hope it’s right so far for using the normal Featured Image.
    Do you have a 
   solution for it? I wanted to use the plugin “Multiple Featured Images” but didn’t
   really understand how and which lanes to replace. I’m really sorry for being 
   new and if it was posted a lot already, but I’m really trying hard to learn it
   somehow.
 * Thanks a lot

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

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/problem-multiple-featured-image/#post-3773963)
 * You can put “size” in `the_post_thumbnail()`
    [http://codex.wordpress.org/Function_Reference/the_post_thumbnail](http://codex.wordpress.org/Function_Reference/the_post_thumbnail)
 * Also you can `set_post_thumbnail_size()`, and `add_image_size()` if needed.
 *  Thread Starter [xdecimos](https://wordpress.org/support/users/xdecimos/)
 * (@xdecimos)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/problem-multiple-featured-image/#post-3773995)
 * Thanks for the fast reply but unfortunately it doesn’t work. It does not resize
   but only takes that other part and show it.
 * Anyone any idea with more FI Buttons?

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

The topic ‘Multiple Featured Image’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [xdecimos](https://wordpress.org/support/users/xdecimos/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/problem-multiple-featured-image/#post-3773995)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
