j
k
j a
j l
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 } ?>
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
Back to the thread
Back to the list