Hi
Can you please share the link so that we can look into the site and would be in a better postion to help?
Thanks
Hi,
This is my blog: positivelyclassy.com
Thanks!
Hi,
To have featured images uniform in the home page, you need to maintain the ratio of 640: 250 that means the image size should be greater than or equal to 640px wide and 250px high.
I guess you have figured it out, as I see the the first two images perfectly placed.
Thanks
Hi,
The photo itself doesn’t ‘fit’ into the feature image section. I wanted to know whether there was a way to increase the dimensions of the feature image so that it sits more as a square rather than a rectangle?
If that possible?
Thanks
Hi
Yes you can make it square. But do you have a image size if yes then add the image size using the add_image_size().
Then using the handle in content.php line number 25 which now says.
the_post_thumbnail( 'thumb-featured' );
and replace “thumb-featured” with your custom image size.
Please go through the_post_thumbnail for more details.
Also I would advice you to do the changes using a Child Theme to keep the changes preserved even after the update
Hope it helps!!
Thanks