Código:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); if ( has_post_thumbnail() ) { the_post_thumbnail( 'thumbnail' ); } endwhile; else: ?>