How to Create Custom Image Sizes in WordPress

Registering Additional Image Sizes for your Theme You will need to start by adding the support of post thumbnails by placing the following code in your theme’s functions.php file: 1 add_theme_support( 'post-thumbnails' ); Once you enable the support for post thumbnails, you can now use the functionality of registering additional image sizes with the function … Continue reading How to Create Custom Image Sizes in WordPress