Paste this below code where you want to show recent post with thumbnail $the_query = new WP_Query('
cat=3&showposts=5&orderby=post_date&order=desc');
while ($the_query->have_posts()) : $the_query->the_post(); ?>
You can neglect if you want to show only post title with thumbnail