Tax
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'document_type', 'terms' => 'whitepaper', 'field' => 'slug', 'operator' => 'IN', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'document_type', 'terms' => 'whitepaper', 'field' => 'slug', 'operator' => 'IN', ), );