Hi,
I'm trying to create archive page for a specific category by using "category-based-archives" plugin. I got it to work in yearly archive so far.
<?php wp_get_archives('type=yearly'); ?>
But the issue is that this simply creates http://www.domain.com/2009 and what I want to do is to create http://www.domain.com/2009/in-categoryname
Does anyone knoe how to do this? This seems simple but I just can't figure it it. If you have any idea please let me know. many thanks!
AD
http://wordpress.org/extend/plugins/category-based-archives/