Código PHP:
get_the_post_thumbnail( $post_id, 'large', $attr )
Intento con esto pero algo está mal
Código PHP:
global $post;
$thumbID = get_post_thumbnail_id( $post->ID );
$imgDestacada = wp_get_attachment_url( $thumbID );
echo $imgDestacada;
?>
<?php '<a href="$imgDestacada" rel="bookmark">', get_the_post_thumbnail( $post_id, 'large', $attr ) , '</a>'; ?>