add_image_size doesn't work?
-
Hi, I am a newbie in this.. please help.
I am trying to add an additional image size for a post. I am using a child theme of twentyten theme.
In my child theme function.php, I have added these lines
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 600, 150, true ); add_image_size( 'category-thumb', 300, 500 ); }But the new image size “category-thumb” is not showing up as an option when I am setting feature image.
Can someone please help?? thanks!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘add_image_size doesn't work?’ is closed to new replies.