<?php if (is_home()) { $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1; query_posts(“cat=-3&paged=$paged”); } ?>