Rating: 5 stars
It’s easy and simple. Thanks!!
]]>Rating: 2 stars
It works when setting the colors for each category. To get the colors, you could use the following code:
$colors = get_option('colored-categories');
if ($colors !== false)
$color = $colors[$category_id];
]]>