Код: Выделить всё
function imagething () {
add_theme_support( 'post-thumbnails' );
add_image_size( 'new-custom-size', 1000, 500 );
}
add_action( 'after_setup_theme', 'imagething' );
Подробнее здесь: https://stackoverflow.com/questions/467 ... ize-option
Мобильная версия