Projects tax_query
$tax_query = array( array( 'taxonomy' => 'project-category, project-type', 'terms' => 'term', 'field' => 'slug', 'include_children' => true, ), );
$tax_query = array( array( 'taxonomy' => 'project-category, project-type', 'terms' => 'term', 'field' => 'slug', 'include_children' => true, ), );