I would like to make a very "simple" mod to wp_get_archives. I use the Atahualpa theme and I've set up my archives page with an archives by date type of "postbypost". The theme executes wp_get_archives( ). This works fine, very simple and straightforward.
Except:
I would like the date of the post to be displayed between the bullet and the post title.
Instead of: bullet <some post title>
I'd like: bullet <post date> <some post title>
Thanks in advance.