Kennisbank TAX
$tax_query = array( array( 'taxonomy' => 'kennisbank-categorie', 'terms' => array( 'financieel', ' garanties' ), 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );
$tax_query = array( array( 'taxonomy' => 'kennisbank-categorie', 'terms' => array( 'financieel', ' garanties' ), 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );