I have a category structure similar to the below:
- Grand parent cat
- Parent cat 1
- Child cat
- Child cat
- Child cat
- Child cat
- Parent cat 2
- Child cat
- Child cat
- Child cat
- Parent cat 1
If I query Parent cat 2
for posts, I get all posts in that category AND its child categories.
How do I query the Parent cat and exclude posts in its children?
So basically the difference is
include_children
parameter.