
Untitled
By: a guest on
Dec 6th, 2012 | syntax:
PHP | size: 0.17 KB | hits: 40 | expires: Never
<?php
if (is_category('category1')) {
echo "category1class";
if (is_category('category2')) {
echo "category2class";
} else {
echo "generalcategoryclass";
}
?>