• Resolved mypcbasics

    (@mypcbasics)


    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 );

    • This topic was modified 4 years, 5 months ago by mypcbasics.
    • This topic was modified 4 years, 5 months ago by mypcbasics.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Link Featured Images to Post’ is closed to new replies.