Make Featured Image Responsive

Hi. Is there a way to make the featured image responsive (i.e. so they will redirect to the specified post/page as well as the title)?

Thanks, Nick

Hello Nick,

If I understand correctly, you want the post picture on the homepage to be clickable and direct to the post, right?

I will track this and will consider to implement the feature in the upcoming update

Regards

Hello Nick,

If I understand correctly, you want the post picture on the homepage to be clickable and direct to the post, right?

I will track this and will consider to implement the feature in the upcoming update

Regards

Yes, exactly. It would be awesome if there was a way to add a url too. Any idea when the next version will be coming out?

-Nick

Hello Nick,

To achieve this behaviour you need to do some coding in sections > front-page-latest-news.php, where you can extend the <a href="<?php the_permalink(); ?>" to the post image, as well.

Regards