By lisar on
I'm sure there must be an easy way to do this, I just can't seem to find it;) I want to add the word Tags: in front of the free taggling links, like they did on this page http://www.jewcy.com/feature/adventures_in_arabia
Any help?
Thanks,
Lisa
Comments
One way to do it would be to
One way to do it would be to add in the word Tag: in your node.tpl.php file before the categories links are output. Probably a more elegant way to do it though.
would that put it in front of all content types though?
I just want it in front of certain content types. I'm also not exactly sure how to do the above. I'd need to see an actual code snippet..
Thanks,
Lisa
After looking at your
After looking at your example link, I agree with the the suggestion that you try editing node.tpl.php. To modify only a particular type of node, you can create and edit a node-type.tpl.php, where "type" is name of the node type. An example of editing node-blog.tpl.php is here: http://drupal.org/node/44699
You'll probably want to look at some more documentation in the handbook about editing node types here: http://drupal.org/node/46012
The Sands theme does this by
The Sands theme does this by default. Here is the whole node.tpl.php:
D. Lynn
perfect
That worked perfectly, thank you:) Unfortunately, I find it a lot easier to learn by seeing it in use, so having the code there really helped:)
Lisa