Temanız düzgün kodlanmış ise aşağıdaki kodu functions.php dosyanıza eklediğinizde isteğiniz otomatik olacaktır.
add_filter( 'post_thumbnail_html', 'my_post_image_html', 10, 3 );
function my_post_image_html( $html, $post_id, $post_image_id ) {
$html = '' . $html . '';
return $html;
}
Yanlış gelmişsin hocam Blogger burası :D