Hi Team,
I am seeing a weird bug/glitch where the slug for two custom taxonomies in the "edit" page of that taxonomy does not match the slugs shown in the overall taxonomies page.
This is occurring for two taxonomy terms:
1. Certification category | Certification Story
2. Cert category | Certification
For #1:
Taxonomy term: Certification category | Certification Story
The slug seen in it's edit page: cert-story-cat-cert-story
https://share.zight.com/8LuKrGRw
Under the Advanced tab, I have the rewrite slug set to: certification-category
The slug seen in the taxonomy overall page: certification-category-2
https://share.zight.com/E0uvrWGn
For #2:
Taxonomy term: Cert category | Certification
The slug seen in it's edit page: cert-category-cert
https://share.zight.com/6qunPR4n
Under the Advanced tab, I have the rewrite slug set to: cert-category
The slug seen in the taxonomy overall page: certification-category
https://share.zight.com/p9u9wn0E
Expected result: I'd like to make sure that the taxonomy term seen in the overall page (e.g. certification-category-2, certification-category) matches that seen in the "edit page" (e.g. cert-story-cat-cert-story, cert-category)
-----
For context, originally one of the slugs _was_ named 'certification-category', but as I built out and expanded the taxonomy terms, I had to rename it and use the "custom rewrite slug" options to display end-user appropriate slugs.
My suspicion is that somewhere along the line, Metabox is still referencing the previous slug somehow and the plugin isn't using the latest ones defined in the edit pages - so this is causing some type of a misfire / cross-referencing issue.