Exclude child categories
-
To exclude displaying child categories, in functions.php change
$qa['cat'] = intval($cat);
to
$qa['category__in'] = intval($cat);
It would be nice to have this configurable.
- The topic ‘Exclude child categories’ is closed to new replies.