$skin_type = "green";
$category_id = get_cat_ID( single_cat_title("", false));
if($category_id == 218){
$skin_type = "blue";
}
I have this code at the top of my header to select different backgrounds for my categories. It works great when navigating between Categories with the menu, but it single_cat_title() does seem to work when I click a post to enter the single.php . What am I doing wrong and how can I get around it?
Teşekkürler