Automatically generate custom taxonomy tags based on custom post titles?
by Kenneth White on Dec 05, 2011
Does anyone know of a way to automatically generate taxonomy tags based on post titles? I have a CPT called "Experts", and every time I add a new 'expert' I need this to populate a custom taxonomy 'expert list' so I can tag contributors in posts.
I'm playing around with wp_insert_term(), but I was hoping someone had crossed this bridge already.