How to Change Thumbnail Size?
-
I’m trying to change the thumbnail size displayed on the homepage. I found the code below in functions.php however when I change it, nothing happens.
Can someone point me to the specific code that controls the thumbnail sizes and layout on the homepage?
// Post thumbnails
add_theme_support( ‘post-thumbnails’ );
add_image_size( ‘post-image’, 1240, 9999 );
add_image_size( ‘post-thumb’, 508, 9999 );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to Change Thumbnail Size?’ is closed to new replies.