> <?php wp_title(); ?>
cat_name == 'Category1') { $current = 'category1'; } if ($category[0]->cat_name == 'Category2') { $current = 'category2'; } if ($category[0]->cat_name == 'Category3') { $current = 'category3'; } if ($category[0]->cat_name == 'Category4') { $current = 'category4'; } if ($category[0]->cat_name == 'Category5') { $current = 'category5'; } if ($category[0]->cat_name == 'Category6') { $current = 'category6'; } ?>