I have a page of "almost" all posts, I want to exclude a few cat and it's children. It DOES exclude the main cats (71 and 71) but DOES NOT exclude the children of 483, 482... am i missing a comma somewhere, or should i use another bit of code?
$cats_to_exclude = array(
71, // Exhibitions
72, // Workshops
'child_of' => 483, // american photographers parent category
'child_of' => 482 // european photographers parent category
);
Really appreciate a hint from a php expert! :-)