tax_query
$tax_query = array( array( 'taxonomy' => 'project', 'terms' => array( 'completed-projects', 'current-projects' ), 'field' => 'slug', 'include_children' => true, ), );
$tax_query = array( array( 'taxonomy' => 'project', 'terms' => array( 'completed-projects', 'current-projects' ), 'field' => 'slug', 'include_children' => true, ), );