Same taxonomy slug under different parent in hierarchical taxonomy
-
I’ve created a custom taxonomy that is set to be hierarchical and I’ve added some terms to it, however, the WP Admin will not appear to let me set the same slug name for a child term under two different parent terms, e.g.:
Term 1 – Sub Term
Term 2 – Sub TermWhat WP keeps doing is changing the “Sub Term” slug by appending the parent term at the end, so I end up with:
/term-2/sub-term-term-2/
If I manually edit the slug to remove “term-2” and save, I just get the message “Item not updated.”.
As they are in a parent-child hierarchy, it seems like something that should be allowed. I’ve checked all the settings I can see, which are:
hierarchical: true
rewrite_hierarchical: trueWhat am I missing?
Thanks
Andrew
- The topic ‘Same taxonomy slug under different parent in hierarchical taxonomy’ is closed to new replies.