archive list for specific category
-
Hi this is newbie question.
I made a custom page for a particular category, called category-X.php. I include header-X.php, sidebar-X.php etc. for this particular category.
On sidebar, the tag
<?php wp_get_archives(‘type=monthly’); ?>
lists monthly archives for all posts on my blog (Dec 05, Nov 05, etc). How do I display monthly archives for posts ONLY in category-X ?
Is there something like
<?php wp_get_archives(‘type=monthly&category=12’); ?>Thanks in advance
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘archive list for specific category’ is closed to new replies.