By eyedol on
Hi everyone,
Is there a way to determine the taxonomy term for a node being viewed. Been searching all over to no avail.
Thanks
Hi everyone,
Is there a way to determine the taxonomy term for a node being viewed. Been searching all over to no avail.
Thanks
Comments
mouse over
try mousing over the link, then look at the bottom left corner for taxonomy term details
I meant in terms of coding.
I meant in terms of coding. Thanks
Sure is.
Do a
SELECT * FROM term_node swhich will show you what tid a nid belongs to.
and then in your code do a select sorta like this:
Would display the Actual Term Name.