term_id;
$term_meta = get_option( "taxonomy_term_$tag_id" );
$coverimg = $term_meta['cover'];
echo '';
?>
$terms = get_terms(
array(
'taxonomy' => 'roman',
'hide_empty' => false,
)
);?>