By Nimo on
I am trying to modify my theme to display the whole path for taxonomy terms in nodes, for example:
My vocabulary are organized this way:
Computer
--Linux
----Hardware
When I choose Hardware only Hardware are displayed as term for that node, I want the whole path Computer/Linux/Hardware to be displayed.
How can I make this happend?
//Nimo
Comments
you can give a try to
you can give a try to taxonomy breadcrumb
For every node
Thanks for the tip, unfortunately this is not exactly what I was looking for.
That module are able to change the breadcrumb, but what I am looking for are some way to list the whole path for each of all nodes in any node listing.
Something like: "Submitted by nimo in vocabulary/term/term".
So far
With the following code in template.php I come close to what I want, the only problem with this code is that the terms comes in reverse order, ie: Hardware/Linux/Computer instead for Computer/Linux/Hardware.
How can I get them in the right order instead?