Please Attention! We will apply new Envato support policy from September 1 so if your support is expired click here to renew
Bdaia Support › Forums › Portfolio › Hooray › Creation of thumbnail images › Reply To: Creation of thumbnail images
Just FYI, if I remove the following lines: add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 800, 500, true ); set_post_thumbnail_size( 75, 75, true ); set_post_thumbnail_size( 330, 249, true );
add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 800, 500, true ); set_post_thumbnail_size( 75, 75, true ); set_post_thumbnail_size( 330, 249, true );
from function.php then the thumbnails stop. But, if i upgrade the theme, it will just pop back in there. That’s what I’m trying to avoid.