Staff Taxonomy Query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'staff-type', 'terms' => 'estheticians', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'staff-type', 'terms' => 'estheticians', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );