Which theme are you using? Probably easier to show you the line that way.
If your theme has in its index.php
<?php if (have_posts()) : the_post(); ?>
right above it add
<?php query_posts('cat=-5'); ?>
where 5 is the category number to be excluded
Thread Starter
rezag
(@rezag)
File that under I should have known that already hehe
Thanx