Hi there,
I have two custom post types, say:
Labels
Artists
Artists has its own taxonomy, called again Label.
I would like to automatically create a term, within this taxonomy, for each post title present in the CPT Labels.
In this way, if i create a post titled "My Own Record" in Labels, then i'll get even "My Own Record" as a term within Artists's taxonomy "Label".
How can i get this? I've made some search, but i couldn't find anything similar.