Display last posts Tweet March 29th, 2009 by Tom 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