remove image size & add image size in child theme funcions.php not working
问题 can anybody help with the following? I'm trying to alter the one of the custom thumbnail sizes produced by a theme in the child theme, i've added the following to functions.php in the child theme: add_theme_support( 'post-thumbnails' ); remove_image_size( 'sela-grid-thumbnail' ); add_image_size( 'sela-grid-thumbnail', 242, 242, true ); The original function from the paren theme is: add_theme_support( 'post-thumbnails' ); // Post thumbnails set_post_thumbnail_size( 820, 312, true ); // Hero