archive_page_taxonomy tax
$tax_query = array( array( 'taxonomy' => 'archive_page_taxonomy', 'terms' => 'get_queried_object_id', 'field' => 'term_id', ), );
$tax_query = array( array( 'taxonomy' => 'archive_page_taxonomy', 'terms' => 'get_queried_object_id', 'field' => 'term_id', ), );