[Resolved] How to add in Access new role that allow editors to edit WP menu?
The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This thread is resolved. Here is a description of the problem and solution.
Problem:
How to set the permission for user to edit the WP menus.?
This support ticket is created 7 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.
Tell us what you are trying to do?
I would like to expand Editor role in WordPress. I need to add for Editors possibility to manage WP menu.
Is it possible and how can I do it?
Is there any documentation that you are following?
Not found.
Is there a similar example that we can see?
Not found.
What is the link to your site?
For many sites. It would be nice to create kind of template of this settings and could add it to few of my sites.
(I don't know why managing menu is only for Administrators in WordPress.)
Thank you for contacting Toolset support. Toolset Access has an option under:
Access Control >> Custom Roles >> Change permissions option -- see attached screenshot.
As I can see Access handles it in a group, so all these will be enabled / disabled at once. You can give it a try and see how it works.
But Adminimize plugin has include/exclude options for each of these (as shown in its screenshot on plugin page), so that would be much good for your case.
It's a pity because I would like that "Editor+" user could change only content of website, not it look.
So I have to find other way to hide this options from him.
I think you can use Access + Adminize in combination to allow or restrict all these capabilities.
Otherwise the custom code solution might work to allow specific user role to manage Menus only, these code snippets might be of your interest: hidden link https://wordpress.stackexchange.com/a/10306
If you are happy with everything, feel free to mark ticket as closed. Else let me know. Have a great day 🙂 Thank you
By the way... do you know why Automatic give possibilities to edit menu only for Administrator role?
When Editor could add new pages and post he should have possibility to add it to menu, too.
I don't understand why it don't work like that. 🙁
Not sure exactly why WordPress does not offer it out of the box, may be because not many people asked for it yet, may be due to security purpose as anyone can delete all menu items if have access to Menu section, may be because its easier to be added through small code, or may be something else.