<a href=
<?php
$GLOBALS['$posts_custom'] = get_post_custom();
$post_custom = $GLOBALS['$posts_custom']['Ссылка'];
echo $post_custom[0];
?>
target='blank'>
<?php the_post_thumbnail('full', 'class=img-thumbnail center-block' ); ?>
</a>
<div><span>
<?php
$post_custom = $GLOBALS['$posts_custom']['Цена'];
echo $post_custom[0];
?>
</span></div>