Thanks for the help. I added the code below in my index.php and it didn’t work for me, I’m sure I did something wrong. Is there any particular point
at index.php that i need to insert the code?
Thanks again
if ( is_home() ) {
query_posts( ‘cat=-3,-4,-5,-6,-7,-8,-9’ );
}
?>