10 Dec 2008, 4:52 PM
New Zenner
- Join Date:
- Oct 2008
- Posts:
- 21
- Plugin Contributions:
- 0
Punctuation after category description?
I want to be able to ad a '.' after the category description shown: <?php // categories_description if ($current_categories_description != '') { ?>
<div id="categoryDescription" class="catDescContent"><?php echo $current_categories_description; ?></div> <?php } // categories_description ?>Is it possible?