Prova con:
codice:
<?php
if ( is_home() ) {
query_posts( 'posts_per_page=3&cat=-1,-3,-4,-5,-6,-7,-8' );
}
?>