isdl get tax 5
isdl get tax 5
$tax_query = array( array( 'taxonomy' => 'type', 'terms' => '5', 'field' => 'term_id', 'operator' => 'IN', ), );
isdl get tax 5
$tax_query = array( array( 'taxonomy' => 'type', 'terms' => '5', 'field' => 'term_id', 'operator' => 'IN', ), );