On Thursday 21 September 2006 11:09, Jody Cleveland wrote:
Hello,
Is there a way to hide the $submitted info when no category is selected?
- jody
Try something like this untested snippet:
<?php if ($terms) { ?> <span class="submitted"><?php print $submitted?></span> <span class="taxonomy"><?php print $terms?></span> <?php } ?>