inactive staff tax query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'staff-status', 'terms' => 'inactive', 'field' => 'term_id', 'operator' => 'NOT IN', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'staff-status', 'terms' => 'inactive', 'field' => 'term_id', 'operator' => 'NOT IN', ), );