Hey
I would like to exclude posts from the frontpage if it was posted in a single specific category, but not if there is more than one category active.
I will add this to the loop:
<?php if not (is_category(array(1,2,3)) {query_posts('cat=-4');} ?>
Happy to hear suggestions on syntax/improvements/standards.