php add_action( 'pre_get_posts', function( $query ) { if ( $query->is_home() && $query->is_main_query() ) { $query->set( 'category__not_in', array( get_cat_ID('Service Areas') ) ); } });