Showing Category text
-
Hi! I want to show the category text in my Bose theme, but I cant find a category.php file or similar to edit this code into:
<?php
/* If the category description isn’t blank…show it! */
if ( category_description() != “”) { ?>
<div class=”categoryDescription”><?php echo category_description(); ?></div>
<?php } ?>What to do?
- The topic ‘Showing Category text’ is closed to new replies.