Hi,

I would like to add the phrase

Tagged:

in front of vocab / terms line

just not sure or where or what to add

can you assist?

thank you

Comments

danpros’s picture

Hi,

Simply change this in node.tpl.php

<?php if ($taxonomy): ?><div class="taxonomy"><?php print $terms; ?></div><?php endif;?>

with this

 <?php if ($taxonomy): ?><div class="taxonomy"><?php print t('Tagged:') ?> <?php print $terms; ?></div><?php endif;?>

Dan

green monkey’s picture

thanks Dan

...and if I wanted to slide an icon in there too

use CSS

.taxonomy

?

danpros’s picture

Status: Active » Closed (fixed)

Hi,

Yes that simple :). I'll close this.

Dan