Conversation
supportnot working. Got PHP notices & conversion didn’t work.
Same here… I just get this: “Uh, oh. Something didn’t work. Please try again.” For what it’s worth, if you have direct database access, you can convert taxonomies pretty easily with a single SQL query: UPDATE wp_term_taxonomy SET taxonomy = 'NEW_TAXONOMY' WHERE taxonomy = 'OLD_TAXONOMY'; I still prefer to avoid editing the database directly if possible though! This reply was modified 6 years, 1 month ago by Room 34 Creative Services, LLC .
Same here… I just get this: “Uh, oh. Something didn’t work. Please try again.” For what it’s worth, if you have direct database access, you can convert taxonomies pretty easily with a single SQL query: UPDATE wp_term_taxonomy SET taxonomy = 'NEW_TAXONOMY' WHERE taxonomy = 'OLD_TAXONOMY'; I still prefer to avoid editing the database directly if possible though! This reply was modified 6 years, 1 month ago by Room 34 Creative Services, LLC .