I am trying to create an archive index which will display post by post and the corresponding date for each post.
I used wp_get_archives, and used a page template.
However, there seems to be no option to display the date before the post title and I also want "next", "previous" and paging buttons.
I also tried placing a loop in the page template but it won't display posts. It will only display the current page.
I want to create something like this: http://www.inquirer.net/specialfeatures/nbndeal/archive.php
Thanks!