Exclude category
-
On my site, I exclude the category from the whole site this way:
function exclude_category($query) { $query->set('cat', '-2370'); } if(!is_admin()){ add_action( 'pre_get_posts', 'exclude_category' ); }but the plugin still displays posts from this category, even if I entered
'taxonomy' => 'category', 'term_id' => -2370,Is there a solution?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Exclude category’ is closed to new replies.







