Skip to content

Instantly share code, notes, and snippets.

@smonteverdi
Created March 7, 2012 15:33
Show Gist options
  • Save smonteverdi/1993823 to your computer and use it in GitHub Desktop.
Save smonteverdi/1993823 to your computer and use it in GitHub Desktop.
WordPress: Display Recent Posts
<?php wp_get_archives('title_li=&type=postbypost&limit=10'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment