Forums
(@jwerre)
16 years, 11 months ago
I found the problem. my first post on the home page was in category 8 so the home page was considered to be part of that category
solution:
<? if( in_category(8) && !is_front_page() ){ echo 'current_category'; } ?>