Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Feature Image

Home / Forums / Virtue Theme / Feature Image

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
July 15, 2017 at 7:27 am

Hi,
Is is possible to make the feature images on mu blog linked to the related post? I’ve tried adding some code to function.php…

“function wpb_autolink_featured_images( $html, $post_id, $post_image_id ) {
$html = ‘‘ . $html . ‘‘;
return $html;
}
add_filter( ‘post_thumbnail_html’, ‘wpb_autolink_featured_images’, 10, 3 );”

…but clicking the image just opens the image.

Cheers,
Andrew

  • The forum ‘Virtue Theme’ is closed to new topics and replies.