Hi all, I'm theming a node-MyContentType.tpl and I would like the ability to 'print' only a specific Vocabulary.
In other words, I would like something like that:
<Title>
<Vocabulary [1]>
<Body>
<Vocabulary [2]>
I think it should be fairly easy, but I'm struggling.... Ideally, I would love to pass arguments to:
- print the "label" of the vocabulary (I'm currently doing it with a module )
- print the term as a link
- print the description of that term
Hope somebody can help me, thanks