Esto es mi loop
Código PHP:
<div class="entry-summary">
<?php if(has_post_thumbnail()) : ?>
<div class="post_image" style="margin-bottom:10px;">
<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven'), the_title_attribute('echo=0')); ?>" rel="bookmark">
<?php echo get_the_post_thumbnail(null,'thumbnail'); ?>
</a>
</div>
<?php endif; ?>
<?php the_content_limit('80'); ?>
</div>