Support

Account

Home Forums Backend Issues (wp-admin) Taxonomy load value creating new term Reply To: Taxonomy load value creating new term

  • Okay, it was a simple fix. Until an patch is released for ACF, you can do the following:

    Open up [WP DIR]/wp-content/plugins/advanced-custom-fields/core/fields/taxonomy.php

    Edit lines 415, 419 and 424 and replace value="' . $term->id . '" with value="' . $term->slug . '"

    Hope that helps. 🙂