Código PHP:
<div class="div_bloque">
<a href="<?php the_permalink() ?>">
<?php global $post; $thumb=vp_get_thumb_url($post->post_content);
if ($thumb!='')
echo '<img class="img.db" height=120px;" src="'.$thumb.'" alt="'. get_the_title().'" />'; ?>
</a>
</div>
Código PHP:
img.db {
border: 1px solid #ddd;
padding: 1px; /*Inner border size*/
background: #fff; /*Inner border color*/
max-width: 100%;
height: 120px;
}