I have my site configured to not display the submitter info for Page type. If the pages have taxonomy, I get

  in $terms

displayed in the node. I modified node.tpl.php to display

   Posted in $terms

if the submitter info is not displayed:

  <?php if (count($taxonomy)): ?>
    <div class="taxonomy"><?php print (!$submitted ? t('Posted') : '') . t(' in ') . $terms ?></div>
  <?php endif; ?>
CommentFileSizeAuthor
node.tpl_.php_.patch628 bytesbkat

Comments

bkat’s picture

a example of this tweak in action http://womensfooty.com/freedom

melon’s picture

Great, thanks, I will include it with the next major revision.

melon’s picture

Status: Active » Fixed

Cleaning up the issue queue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.