Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 130709

Related Posts – Exclude categories by parent category

$
0
0

Replies: 0

I have managed to exclude muliple categories by following the details on this post, but what I actually want to achieve is to exclude a particular category AND it’s children/grandchildren, so I don’t have to keep going back when new children/grandchildren are added.

I’ve tried variations on $filters[] = get_categories( array( 'child_of' => 'slug' ) );
but I think the problem sits with slugs vs category ID’s

Any help appreciated.


Viewing all articles
Browse latest Browse all 130709

Trending Articles