Con mi plugin lo haces en un dos por tres:
http://wordpress.org/extend/plugins/wp-smart-image-ii/
Dentro del loop colocas:
Código PHP:
Ver original<li>
<?php wpsi()?>
<p><a href="<?php the_permalink() ?>"><?php the_title() ?></a>
</li>
Y listo.
Desde luego hay que aplicarle la maquetación correspondiente.