$args = array(
'post_type' => 'history',
'posts_per_page' => 1,
'tax_query' => array(
array(
'taxonomy' => 'decade',
'field' => 'slug',
'terms' => $t->slug,
),
),
);
$query = new WP_Query( $args );
?>
$args = array(
'post_type' => 'history',
'posts_per_page' => 1,
'tax_query' => array(
array(
'taxonomy' => 'decade',
'field' => 'slug',
'terms' => $t->slug,
),
),
);
$query = new WP_Query( $args );
?>
$args = array(
'post_type' => 'history',
'posts_per_page' => 1,
'tax_query' => array(
array(
'taxonomy' => 'decade',
'field' => 'slug',
'terms' => $t->slug,
),
),
);
$query = new WP_Query( $args );
?>
$args = array(
'post_type' => 'history',
'posts_per_page' => 1,
'tax_query' => array(
array(
'taxonomy' => 'decade',
'field' => 'slug',
'terms' => $t->slug,
),
),
);
$query = new WP_Query( $args );
?>