If you want to display five last posts from your Wordpress blog, use this function:

<ul>
  <?php wp_get_archives('type=postbypost&limit=5'); ?>
</ul>

For more detailed info go here