hi, is it possible to include a specific category on monthly archive of sidebar. basically what I would like to do is:
<?php wp_get_archives('type=monthly&include cat=3'); ?>
(I know this doesn't work...)
so, if there is following sidebar:
Monthly Archive
September 2007
August 2007
July 2007
June 2007
May 2007
It contains only category "3".
I was checking each post of this forum, but I couldn't find it... please help me.
Thank you very much for taking your time.