department taxonomy request
used to pull content from a specific department
$tax_query = array( array( 'taxonomy' => 'department', 'terms' => 'first-year-seminar-instructors', 'field' => 'slug', ), );
used to pull content from a specific department
$tax_query = array( array( 'taxonomy' => 'department', 'terms' => 'first-year-seminar-instructors', 'field' => 'slug', ), );