I want to list my archives by year, so that instead of:
July 2005
June 2005
May 2005
etc...
I get:
2005
2004
2003
etc...
I've read all the other forum posts on this, but I'm not interested in plugins that will make my archives look like this:
2005 May
June
July
2004 December
November
etc.
I just want by YEAR.
Also, I don't know a lot about php, but why can't this tag:
<?php wp_get_archives('type=monthly'); ?>
be changed to type=yearly ?? Why does "weekly" work, or "postbypost" by not yearly?
Any help would be GREATLY appreciated! Thank you.