Drupal 7: Create a taxonomy term for each node and use the node title as the term name
- by Spre3
Is there anyway of doing this by using rules or by some custom code?
I did try using rules but I can't find a way of adding a new term and set the name as the node title because the [node:title] token is not avilable.
I know this is possible using the NAT module but the way this module changes the taxonomy terms hierarchy if you add a term reference field that uses the same taxonomy vocabulary which ruins the whole purpose of what I am trying to do.