wp_get_archives('type=monthly');
... displays a list of monthly archives in the sidebar. When I change it to:
wp_get_archives('type=yearly');
... nothing is displayed, even though the blog in question has lots of posts from 2006 and 2007.
Am I missing something?