Comments Rob started the conversationFebruary 22, 2014 at 2:32amHow do you modify the height of this? 295Paul repliedFebruary 22, 2014 at 7:31amHi Rob,Did you mean the blog thumbnail's height? If so, please open "/includes/theme-functions.php" file and find this:add_image_size( 'theme-blog-thumbnail', 750, 200, true ); add_image_size( 'theme-blog-thumbnail-full', 1020, 220, true );Just edit "200" and "220" to another height numbers you want (for normal blog layout and full-width layout respectively). Then re-upload the featured image of the post to make WordPress uses the new defined dimension.Cheers,PaulRob repliedFebruary 22, 2014 at 9:00pmCheers. I had done that, but forgot to upload a new image instead of using one in the media gallery - doh.Rob repliedFebruary 22, 2014 at 9:00pmCheers. I had done that, but forgot to upload a new image instead of using one in the media gallery - doh. Sign in to reply ...
Hi Rob,
Did you mean the blog thumbnail's height? If so, please open "/includes/theme-functions.php" file and find this:
Just edit "200" and "220" to another height numbers you want (for normal blog layout and full-width layout respectively). Then re-upload the featured image of the post to make WordPress uses the new defined dimension.
Cheers,
Paul
Cheers. I had done that, but forgot to upload a new image instead of using one in the media gallery - doh.
Cheers. I had done that, but forgot to upload a new image instead of using one in the media gallery - doh.