Link Featured Images to Post
-
Is there an option to add a link from the featured image to the post?
I want to add an option to click on the post image not only on the post title…
I tried this, but it’s not working…
function autolink_featured_images( $html, $post_id, $post_image_id ) {
$html = ‘‘ . $html . ‘‘;
return $html;
}
add_filter( ‘post_thumbnail_html’, ‘autolink_featured_images’, 10, 3 );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Link Featured Images to Post’ is closed to new replies.