Lower the number of thumbnail sizes created on upload

Hi,

When I upload an image to wordpress, it creates like 5 different sizes. I have tried the differnet options like

// Remove X Image Sizes

// =============================================================================
add_action(‘wp’, ‘remove_x_image_sizes’);
function remove_x_image_sizes() {
remove_image_size(‘post-thumbnails’);
remove_image_size(‘entry’);
remove_image_size(‘entry-cropped’);
remove_image_size(‘entry-fullwidth’);
remove_image_size(‘entry-cropped-fullwidth’);
}
// =============================================================================

but it still creates 5 different sizes. I have already turned off the wordpress options for thumbnails under settings media.

Hi @Chgrim,

Thanks for writing in.

I believe that you have followed this thread below:

In this case, to check further your setup, please share us your admin credentials and FTP so we could check your setup closer and we could Identify why it is not working.

Don’t forget to set it in a secure note.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.