Hi, i thought this would be easy but i cant find a solution. All i want to do is exclude a category from the get archives tag.
<?php wp_get_archives('type=yearly'); ?>
I would have thought &exclude=35 would have done it but no luck
Help please!
Hi, i thought this would be easy but i cant find a solution. All i want to do is exclude a category from the get archives tag.
<?php wp_get_archives('type=yearly'); ?>
I would have thought &exclude=35 would have done it but no luck
Help please!
That's plugin territory. e.g. http://kwebble.com/blog/2007_08_15/archives_for_a_category
Thanks, just had a quick look sound like the thing. I guess its beyond the normal functionality of the get archives tag?
I guess its beyond the normal functionality of the get archives tag?
That is correct.
thanks mike
This topic has been closed to new replies.