Been trying to include a category specific archive in the sidebar of posts but seems like there's no 'category' string available in wp_get_archives.
Has anyone solved this without a plugin?
Essentially I want my sidebar to say
SPORTS ARCHIVE
August
July
June
Etc.
when a visitor is (is_category('Sports'))
thanks
steve