Viewing 1 replies (of 1 total)
  • 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 4 years, 3 months ago by room34.
Viewing 1 replies (of 1 total)
  • The topic ‘broken ?’ is closed to new replies.