Home › Forums › WoodMart support forum › blog post feature image size › Reply To: blog post feature image size
November 13, 2017 at 12:29 pm
#23982
Artem Temos
Keymaster
We have fixed this replacing the code in the file content.php
<?php the_post_thumbnail(); ?>
with this one
<?php the_post_thumbnail('large'); ?>
Regards