Title: Featured Image Link?
Last modified: January 24, 2020

---

# Featured Image Link?

 *  [eic2010](https://wordpress.org/support/users/eic2010/)
 * (@eic2010)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/featured-image-link-14/)
 * Hi
    Is it possible to link the featured image so that on the blog page if you
   click on the image it links to the relevant post?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Nitu – ThemeGrill Support](https://wordpress.org/support/users/nitushrestha10/)
 * (@nitushrestha10)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/featured-image-link-14/#post-12360203)
 * [@eic2010](https://wordpress.org/support/users/eic2010/)
 * If you can code on your own then you can achieve it via the child theme.
 * Thanks.
 *  Thread Starter [eic2010](https://wordpress.org/support/users/eic2010/)
 * (@eic2010)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/featured-image-link-14/#post-12419187)
 * I installed the code snippets plugin and used the following
 * function wpb_autolink_featured_images( $html, $post_id, $post_image_id ) {
    $
   html = ‘[‘ . $html . ‘](https://wordpress.org/support/topic/featured-image-link-14/' . get_permalink( $post_id ) . '?output_format=md)‘;
   return $html; } add_filter( ‘post_thumbnail_html’, ‘wpb_autolink_featured_images’,
   10, 3 );
 * This seems to have worked.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Featured Image Link?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/estore/1.6.12/screenshot.jpg)
 * eStore
 * [Support Threads](https://wordpress.org/support/theme/estore/)
 * [Active Topics](https://wordpress.org/support/theme/estore/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/estore/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/estore/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [eic2010](https://wordpress.org/support/users/eic2010/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/featured-image-link-14/#post-12419187)
 * Status: not resolved