I want to move the archives post (listed by month-year) from the sidebar to a page.
I found the way to show the whole archives:
<?php wp_get_archives('type=postbypost'); ?>
I know how to make a template for a page but don't know how to make the archive listing with this criteria:
Jan 2009
- Post title with link
- Post title with link
- Post title with link
Dec 2008
- Post title with link
- Post title with link
- Post title with link
Nov 2008
- Post title with link
- Post title with link
- Post title with link
Oct 2008
- Post title with link
- Post title with link
- Post title with link
Is there a way to show the archives post with that criteria ???