Possible to hide $submitted when no category is selected?
Hello, Is there a way to hide the $submitted info when no category is selected? - jody
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 } ?> -- Jason Flatt http://www.oadae.net/ Father of Six: http://www.flattfamily.com/ (Joseph, 13; Cramer, 11; Travis, 9; Angela; Harry, 5; and William, 12:04 am, 12-29-2005) Linux User: http://www.sourcemage.org/ Drupal Fanatic: http://drupal.org/
Hello,
Try something like this untested snippet:
<?php if ($terms) { ?> <span class="submitted"><?php print $submitted?></span> <span class="taxonomy"><?php print $terms?></span> <?php } ?>
Works absolutely perfectly. Thank you!! - jody
participants (2)
-
Jason Flatt -
Jody Cleveland