Hello,
I'm adding a menu to top of my page which includes some of my categories.
The problem is, i have to add class="selected on the category < li >
What are you opinions about this issue
Hello,
I'm adding a menu to top of my page which includes some of my categories.
The problem is, i have to add class="selected on the category < li >
What are you opinions about this issue
if ( is_category() ) {
$cat = get_query_var('cat');
}Thanks Michael
This topic has been closed to new replies.