If I created a custom taxonomy, add terms to it, and associate it with a custom content type, once I create a node of that content type and save it, where is reference between that node, and the particular term in the taxonomy stored in the database?

I want to be able to change the term from the same taxonomy, without having to open up the node and edit it that way.

Comments

mpruitt’s picture

There is a table named "term_node". For every node that has a taxonomy term, there is a row in the database table that has the current nid (node id), vid (version id), and tid (term id).

huijse’s picture

And how can you delete a vocabulary, and delete terms in that vocab?

I made some stupid terms that I delete.

Thanks in advance!

I solved this issue.