Tagged Questions
0
votes
1answer
27 views
Conflict between Capabilities and Menu Visibility with Custom Post Types
I hope this isn't just the result of typo on my end, but if it is, I'm not seeing it.
I'm adding a custom post type to my site. Actually I'm adding three. Two of them I'm trying to set custom ...
0
votes
1answer
48 views
Grant access to admin menu?
I'm trying to grant the user role 'editor' to have access to the Users top-level menu, and then control which sub-menus they have access to. The add_action lives in the _construct method.
add_action( ...
0
votes
1answer
407 views
Not able to give editors acess to new admin menu item
I'm adding an extra menu item in admin menu by using add_menu_page.
add_menu_page('Calendar', 'Calendar', 'edit_posts', 'wp-eventcal/eventcal-manager.php');
Still my editors do not see the menu ...