Title: Featured Image Question
Last modified: August 22, 2016

---

# Featured Image Question

 *  Resolved [David-G](https://wordpress.org/support/users/david-g-1/)
 * (@david-g-1)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-image-question-8/)
 * Right now I have to upload 2 of each image on my site
 * [http://www.thesixerscave.com](http://www.thesixerscave.com)
 * One for the featured image on the slider and one for the post itself that is 
   larger. If I use the larger image for the featured image, it cuts off the top
   and bottom on the slider and uses the center portion. Is there a way for the 
   featured image to use the larger image from the top instead so I only have to
   upload a single image file?
 * Thank you.

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

 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-image-question-8/#post-5889532)
 * Hi David-G,
 * thanks for using MH Magazine _lite_.
 * The size for the featured image in slider and on posts is **620 x 264px**. It
   seems you have disabled the featured image on posts and that’s why you need to
   upload a separate image for displaying inside the post content instead of just
   using the featured image.
 * There is a plugin which you can use to select how the featured image will be 
   cropped: [Manual Image Crop](https://wordpress.org/plugins/manual-image-crop/).
 *  Thread Starter [David-G](https://wordpress.org/support/users/david-g-1/)
 * (@david-g-1)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-image-question-8/#post-5889609)
 * I did disable the featured image on posts because I wanted to use lager images
   in the posts than the 620 x 264px.
 * So I guess my question is is it possible to make the featured image larger? Or
   to make it so it only crops the bottom of the featured image instead of both 
   the top and bottom when I use a larger image?
 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-image-question-8/#post-5889617)
 * In case you are familiar with coding, you could change the format of the thumbnails
   as you like. The code is located in the file _functions.php_. Here you can find
   more information: [http://codex.wordpress.org/Function_Reference/add_image_size](http://codex.wordpress.org/Function_Reference/add_image_size)
 *  Thread Starter [David-G](https://wordpress.org/support/users/david-g-1/)
 * (@david-g-1)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-image-question-8/#post-5889662)
 * Where in the functions.php would I add
 * add_image_size( ‘custom-size’, 220, 220, array( ‘center’, ‘top’ ) ); // Hard 
   crop left top
 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-image-question-8/#post-5889665)
 * Please have a look at the file _functions.php_ and check the function `mh_themes_setup()`,
   you’ll notice the other image sizes there.
 * Keep in mind that just adding that code isn’t enough, you’ll also need to modify
   other files depending on where you want to use that image size and also regenerate
   your thumbnails.
 * In addition you should never edit the core theme files because these changes 
   will be lost after every theme update. To customize theme files it is recommended
   to create a [child theme](http://codex.wordpress.org/Child_Themes) first.
 * Please also keep in mind that you are using a **free** theme without special 
   support packages. We can’t provide free help with theme customizations, so please
   only modify the theme if you have experience with coding and/or try it locally
   first, otherwise there is a chance that you break your site.
 *  [milan88](https://wordpress.org/support/users/milan88/)
 * (@milan88)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/featured-image-question-8/#post-5889787)
 * HI,
 * I have question . how to remowe a featured image from all post ?
 * Mh magazine – litle
 * Thanks
 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/featured-image-question-8/#post-5889788)
 * Hi milan88,
 * this might be helpful: [Duplicate images](https://wordpress.org/support/topic/duplicate-images-1).
 *  [milan88](https://wordpress.org/support/users/milan88/)
 * (@milan88)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/featured-image-question-8/#post-5889789)
 * Hi,
    Tanks to help, I reslove a problem

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mh-magazine-lite/2.10.0/screenshot.
   png)
 * MH Magazine lite
 * [Support Threads](https://wordpress.org/support/theme/mh-magazine-lite/)
 * [Active Topics](https://wordpress.org/support/theme/mh-magazine-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mh-magazine-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mh-magazine-lite/reviews/)

## Tags

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

 * 8 replies
 * 3 participants
 * Last reply from: [milan88](https://wordpress.org/support/users/milan88/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/featured-image-question-8/#post-5889789)
 * Status: resolved