tax
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'vacature', 'field' => 'slug', 'operator' => 'IN', ), array( 'taxonomy' => 'category', 'terms' => 'stage', 'field' => 'slug', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'vacature', 'field' => 'slug', 'operator' => 'IN', ), array( 'taxonomy' => 'category', 'terms' => 'stage', 'field' => 'slug', ), );