function exclude_category($query) {
	if ( $query->is_home ) {
		$query->set('cat', '8');
	}
return $query;
}
add_filter('pre_get_posts', 'exclude_category');
Bu kodu functions.php'ye ekleyip deneyiniz, (8 istediğiniz kategori id'si.)