I'd like to change the way my taxonomy terms are introduced in the header information for each node. For instance, instead of it reading:

Post Title
in Term1 | Term2 | Term 3

I would like it to read:

Post Title
Filed Under: Term 1 | Term2 | Term3

I can't find the php file that renders the word "in" in front of the taxonomy listing. Can anyone help, please? Thanks in advance.

Comments

matt_harrold’s picture

This is taken care of by your theme.

Have a look in yourthemefolder/node.tpl.php file .

You can tweak it there, or you can get tricky and use the Theme API (http://api.drupal.org/api/group/themeable/6).