• Closed
  • Peter Eckart
    Spectator
    April 9, 2014 at 4:27 am #8344

    Where can I change the featured image size for posts on the homepage?

    Roman
    Spectator
    Posts: 3147
    April 9, 2014 at 9:18 am #9437

    you will need to edit library/functions/basic-functions.php file, this line add_image_size( ‘post-thumbnail’, 680, 330, true ); , but be aware, when you update to a newer version, you will lose the modification. you also need to regenerate thumbnails with a plugin after this change.