sources tax query
gets the section and children
$sources_tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'sources', 'terms' => 'section', 'field' => 'name', 'operator' => 'IN', 'include_children' => true, ), );
gets the section and children
$sources_tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'sources', 'terms' => 'section', 'field' => 'name', 'operator' => 'IN', 'include_children' => true, ), );