How to Add Additional Thumbnail Size Images in WordPress
A short tutorial on how to create additional thumbnail sizes for WordPress. Create and Generate Thumbnails for WordPress.
In order to create custom thumbnails for WordPress theme you need to ensure that you have Thumbnail Support Enabled. In your functions.php file you should this: add_theme_support( 'post-thumbnails' ); To