Home Forums Square Change size of the featured image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #433
    Valda
    Participant

    Hi there, could you please help me to change the size of the featured images by the posts on my website. I was not able to find this in php files. Thanks a lot.

    #435
    Hash
    Keymaster

    Can you please in detail which feature image are you taking about?

    #436
    Valda
    Participant

    Hi, I mean all featured images of the posts here: http://nadacepropudu.cz/category/aktuality/.

    I would like to make them smaller, so that more posts are visible on one page without scrolling.

    Thanks a lot. Jan

    #438
    Hash
    Keymaster

    Go to function.php and find for the code

    add_image_size( ‘square-blog-thumb’, 800, 420, true );

    change 800 and 420 to your desired size for width and height. Upload the image again. This should do the trick.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.