[support] How do I get the taxonomy id from a node
Rajaram Shyamala
21 Oct
2007
21 Oct
'07
4:41 p.m.
$category =$node->taxonomy;
I get the array and assign the same to my new node, it works, but how do retrieve the taxonomy id from the $node->taxonomy?