Developing my custom Drupal's theme. it will contain custom node.tpl.php file.
How can i get and print related taxonomy names of selected node?
Tnx in adv!
|
Developing my custom Drupal's theme. it will contain custom node.tpl.php file. How can i get and print related taxonomy names of selected node? Tnx in adv!
| |||
|
feedback
|
|
EDIT: Doh, my apologies, I'm just now seeing the Drupal 7 tag, specifically. It appears this thread has some possible solutions: http://drupal.org/node/909968 With D6 (not 100% about D7) In the node's template .php files (and similarly, in a view or most anywhere you have access to a node's properties with custom PHP, like a View or Block), you can use the following:
Also, there's a few useful Drupal functions for cases like this:
Here's a website that lists a few more of these functions. | |||
|
feedback
|