add_image_size() not working
-
Hi,
I add below code to change thumbnai size + to add custom image size but it’s not work i also use it previously in many templates but in my new template it’s not work i can’t find the mistake, i add this code in functions.php, can anyone help me ???if ( function_exists( ‘add_theme_support’ ) ) {
add_theme_support(‘post-thumbnails’);
set_post_thumbnail_size(125, 75); // default Post Thumbnail
add_image_size(‘detail_page_image’,570, 400, false);//(cropped)
add_image_size(‘listing_img’,125, 85, false);//(cropped)
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘add_image_size() not working’ is closed to new replies.