• Closed
  • Peter Eckart
    Spectator
    09.04.2014 at 04:27 #8344

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

    Roman
    Spectator
    Posts: 3147
    09.04.2014 at 09:18 #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.