Titta
asked 7 years ago

Hello Dominic,
I have a problem with the news widget grid.
If i use it on the homepage with one column and one post displayed, the image has a low resolution and it shows bad because the widget uses the thumbnail and not the true size as I would like.
What can I do to change the image size to display the news widget grid?
Thanks for your time

1 Answers
DominicStaff
answered 7 years ago

To resolve this issue, you can open the dw-focus-news-grid.php file in the inc/widget folder and replace the line 112 with the following code:

<div class="entry-thumbnail"><a href="<?php the_permalink(); ?>"><?php the_post_thumbnail( ); ?></a></div>
Titta
replied 7 years ago

Thanks Dominic, I resolved.

Powered by DW Question & Answer Pro