Skip Navigation

[Resolved] Reserved slug "auteur"

This support ticket is created 4 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 2 replies, has 2 voices.

Last updated by romanB-3 4 years, 7 months ago.

Author
Posts
#1580945

Hello,
I need to slug a custom taxonomy "auteur", but Toolset says it's a reserved field.
I don't understand why or where.
Thank you.

#1581019

It's not Toolset, it's WordPress that says that 🙂
https://codex.wordpress.org/Function_Reference/register_taxonomy#Reserved_Terms

When a GUI blocks you from doing something, usually it is due to such a deeper reason, especially when there is a plausible warning in the GUI, you can assume it to be no bug but expected

In this case, it is clearly expected by WordPress core to not create any content with those slugs.

But, if you refer to the french "auteur", that word can be used, however in case you already used it (for a page, for example) then you cannot (you cannot re-use any slug used already for another content type)

Does this help?

#1581037

Oh... Thanks a lot ; I in deed had a page with "auteur" slug...
My issue is resolved now. Thank you!