Archive display with specific category?
-
I want to display yearly archive for specific categories.
For example if you are in category 9 page and click on the click “2009” it takes you to an archive page which displays “only” 2009 posts in category 9 and it functions the same in other categories. I’m currently using:
<?php wp_get_archives(‘type=yearly’); ?>
but that displays the posts in all the categories. Is there anyway that you sort the posts out? It’s gotta be a way… I also want to display different graphical page header in each archive page. Please let me know. Thanks!
AD
- The topic ‘Archive display with specific category?’ is closed to new replies.