Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

TWCA Taxonomy

$roles_tax = array(
	array(
		'taxonomy'         => 'roles',
		'terms'            => array( 'county-councillor', 'borough-councillor', 'member-of-parliament', 'county-council-candidate', 'borough-council-candidate', 'association-staff' ),
		'field'            => 'slug',
	),
);