I recently added a "Recent Posts" section to my sidebar but I want to exclude the category that is displayed in my miniblog. Is it possible to exclude one (or even two) categories? I'm using this code:
<?php wp_get_archives('type=postbypost&limit=15'); ?>
Thank you very much!