- This topic has 3 replies, 2 voices, and was last updated 8 years ago by Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- May 27, 2016 at 1:17 am #433ValdaParticipant
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.
May 27, 2016 at 7:31 pm #435HashKeymasterCan you please in detail which feature image are you taking about?
May 27, 2016 at 7:35 pm #436ValdaParticipantHi, 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
May 27, 2016 at 8:47 pm #438HashKeymasterGo 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.
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.