posted in Wordpress  by

If you want to display five last posts from your Wordpress blog, use this function: [php] <ul> <?php wp_get_archives('type=postbypost&limit=5'); ?> </ul> [/php] For more detailed info go