<?php while ( have_posts() ): the_post(); ?>
<div><?php the_post_thumbnail(); ?></div>
<div><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></div>
<?php endwhile; ?>