Exclude 2 in 3 terms of A Taxonomy from all Archives
Few remarks: I use pre_get_posts as an action hook, not as a filter. You should use ! is_admin() to prevent this from changing your backend views. You should skip the ‘relation’ => ‘OR’, since you only have a single tax_query filter Is there any reason why you have to modify the post type ? Is … Read more