ANOTHER question about category-specific archives
-
hey there.
i’ve seen a few people asking this question before, but i’ve yet to see any simple answer – hopefully there’s one out there. i only need the archives for a single category to be displayed. i’d really love to be able to do this by manipulating either the “<?php wp_get_archives(‘type=monthly&format=link’); ?>” tag near the very top of the page, or the “<?php wp_get_archives(‘type=monthly’); ?>” line that actually generates the archive list.
obviously you can see what i’m using to get the archives… i’m not familiar with any alternative way to list the archives which would give me more control. all that the “wp_get_archives” let’s me control is the way posts are listed by date or such… no apparent controls on category.
any help would be greatly appreciated, i’m certain there has to be a solution which doesn’t require hacking/plugins. please include the context if you’re going to paste code, i’m still new at this. thanks!
oh, i’m using a seperate page for this, and loading it by “http://blahblahblah.php?cat=1” if that has any importantance. also, i’m using wordpress ver. 1.2.2
The topic ‘ANOTHER question about category-specific archives’ is closed to new replies.