blog post feature image size
-
my website blog feature image is very small how to make it big like your demo?
thx
Attachments:
You must be
logged in to view attached files.
Hi,
It is strange, but on your blog page images are shown in the “thumbnails” size instead of “large”. Did you make any code customization? Try to disable additional plugins and check again. If it will not help, please provide us your admin access so we can check it.
Regards
not sure which plugin causing that issue, I have no custom code about blog post too.
Try to disable them one by one first, then we will log in and check what is wrong.
I’ve tried disable plugin but its not causing by any plugin.
then I have the other question about related post. is it because I use VC build post the relate post was showing very long text. how to make it just few words ?
thx
Could you please provide us your FTP also? We tried to activate the default theme and now see an error. Try to rename our woodmart-core plugin folder to deactivate it. Then, activate it only after activating the theme. It seems that you have an outdated version of the theme and plugin since this issue is already fixed.
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
everytime update theme I need change that code to become large image. could it in-could that code in theme ?
You can copy that file to the child theme to prevent losing changes after updates.