color of the title category in a page
-
Hello
i want to have the category color in a page like this
$category = get_the_category();
$content .= ‘<font size=3 color=’.$category[0]->color.’>■ ‘.mb_strtoupper($category[0]->cat_name, “UTF-8”).’</font>
‘;$category[0]->color doesn’t work what is the good one ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘color of the title category in a page’ is closed to new replies.