I have created a custom page with categories. Here is the loop:
'tax_query' => array(
array(
'taxonomy' => 'event_type',
'field' => 'slug',
'terms' => array( $member_group_term->slug ),
'operator' => 'IN'
)
)
) );
$url = get_term_link($member_group_term->slug, 'event_type');
?>
“; ?>
“; ?>
‘;
endwhile; endif; ?>
To my question: is it possible to integrate the category color into code?