$format_terms = get_terms( array(
'taxonomy' => 'format',
'hide_empty' => false,
) );
$topic_terms = get_terms( array(
'taxonomy' => 'resource-topic',
'hide_empty' => false,
) );
//echo "
"; //print_r($terms); ?>
You must be logged in to post a comment.