g6kh6n adlı üyeden alıntı: mesajı görüntüle
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.)


bunu 8,9,10 vs. gibi yapabilirmiyiz