The admin-menu tag has no wiki summary.
0
votes
1answer
98 views
Turn on again old expandable menu
In the latest WP the admin interface is changed and you have a popup submenu. I really liked the old version better with expandable menu. Is it somehow possible to get that back again for all users?
0
votes
0answers
225 views
Adding variable to custom admin page url, access denied as administrator [closed]
I am setting up a custom author edit comments admin page so that the author can only see their comments or comments made to their post. Each author can control a handful of posts.
I have a function ...
0
votes
1answer
191 views
Add top-level menu pointing to a different custom post type?
I have a situation where I want to add a second custom top-level menu for a custom post type.
So, when we have a CPT named "fruits", which registers a top level menu with a label of "Fruits", ...
0
votes
1answer
100 views
Fatal error when using '#' character as an admin menu link title
When I try to title an admin menu link # or #, I get a fatal error before the admin menu is loaded:
Fatal error: Cannot access empty property in
...
0
votes
1answer
215 views
Menu_slug used for creating options page
I am following this page on designing options menus: http://codex.wordpress.org/Administration_Menus
What is the significance of the menu_slug ?
I ask because when I change this value, the options ...
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 ...
0
votes
2answers
300 views
How to unset adminmenu completely?
Is there a way to completely remove (unset) the left hand side admin menu? I examined the ozh-admin-drop-down-menu plugin, since it removes the entire admin menu and adds a top menu bar in order to ...
-1
votes
1answer
93 views
Plugin link does not appear in my toolbar
I haven't installed anything that would break the link, as far as I can tell it's just never been there. I have no idea what to do, please help.
-1
votes
0answers
20 views
Remove Menu Item for users other than admin in Woocommerce
I want to remove a few menu items from the Products tab of Woocommerce when anyone below the level of an admin is logged in. Specifically, I would like to remove the categories, tags, shipping ...
-1
votes
1answer
112 views
Hidden page wp-admin [closed]
I have now updated the code and added this
remove_submenu_page( $menu_slug, $submenu_slug )
function so the page can be accessed even when hidden.
function ccms_developer_theme_menu() {
...
-1
votes
2answers
500 views
Options page content place [closed]
I am building an options page for my custom wordpress theme. I found whatever I wanted to add in 3 different tutorials on the internet. The problem is that in every tutorial the content appears in a ...
-1
votes
1answer
32 views
What plugins would you recommend for improving the admin dashboard's category selector? [closed]
Is there a plug-in to change the default behavior of the cat's drop down in the admin dashboard so that I can type-in the name of a category and the results are filtered down to those starting with ...
-2
votes
1answer
36 views
Show the content of Admin menu to a page
I have created a new page and want to show the content of a Admin Menu in that new page.
How can I do it?