
Untitled
By: a guest on
Dec 6th, 2012 | syntax:
PHP | size: 0.34 KB | hits: 10 | expires: Never
<div class="<?php
if (is_category('category1')) {
echo "category1class";
if (is_category('category2')) {
echo "category2class";
} else {
echo "generalcategoryclass";
}
?>
">
<?php the_content('Read More...'); ?>
</div>