Skip to main content

Questions tagged [admin-menu]

Usually, plugin and theme authors need to provide access to a settings (options) screen so users can customize how the plugin or theme is used. The best way to present the user with such a screen is to create an administration menu item that allows the user to access that settings screen from all the Administration Screens.

0 votes
0 answers
30 views

:edit: To clarify what I'm trying to do: I need access to form data submitted to options.php so that I can preprocess it into a specific data format. Then, depending on one of the fields, I either ...
Varstraypl's user avatar
0 votes
1 answer
21 views

I have a suite of plugins I am designing. They are independent but provide cohesive developer tools. I would like to place a single "suite" menu item on the Admin menu and have the different ...
Jim Roberts's user avatar
0 votes
0 answers
23 views

I am looking to add the URL of each Page in the Add Menu Items section of the Edit Menu area of the administration panel. I'd like to add what the URL is to each page to make it easier when adding ...
zeropsi's user avatar
  • 101
1 vote
0 answers
33 views

There is a task to configure menu items in the admin panel depending on the established rules. Pages Stories Resources Press Mentions Team Members Media Menus --Gap-- Theme Settings Forms Apperance ...
BlackStar1991's user avatar
1 vote
1 answer
78 views

There are several good examples and tutorials on how to add an options menu to a plugin. (Many of these seem confusingly old though, but that's another thing, I'm assuming stuff from 15 years ago ...
Ant Ax's user avatar
  • 13
0 votes
1 answer
58 views

I need to modify the list of users return on the 'All Users' admin page. I am producing a list by having added the list_user capability to the author role and this has produced a list of users. Now I ...
Justin Wylllie's user avatar
2 votes
5 answers
3k views

Not sure quite when, but a recent WordPress release has added a new WP Admin link under Appearance for Patterns: My themes don't use Gutenberg, and I've disabled it. But the Patterns screen is still ...
doofusb0y's user avatar
1 vote
0 answers
45 views

I’m trying to use one custom taxonomy with different labels for different post types. I have the default “post” post type, and a “podcast” post type. Both post types have an associated Taxonomy with ...
fischermade's user avatar
1 vote
1 answer
180 views

I am building a plugin with two pages, one will be part of the admin dashboard which is simple enough and will just allow admins to edit some data. The other page should also be only accessible for ...
Michael's user avatar
  • 11
0 votes
0 answers
35 views

I am trying to retrieve a list of all the admin menu labels and links on the front-end so I can add them to my admin bar menu. I don't need the submenus. I was hoping to access global $menu, but it ...
Aristocles's user avatar
0 votes
1 answer
25 views

How to remove a custom post type from the default wordpress admin menu editor nav-menus.php ? I'm sure this is already talked about but I can't find it in stackexchange.
Angel Hess's user avatar
0 votes
2 answers
146 views

My WordPress and PHP knowledge is limited, but I am working on a plugin, and in the admin page I have three settings - two text inputs and one checkbox. On save, the values are stored in the ...
mjlu's user avatar
  • 3
0 votes
1 answer
266 views

I've added some custom menù pages to my WordPress dashboard using the add_menu_page() function. I need to remove these pages for super admin roles, but the remove_menu_page() seems not working. This ...
OHICT's user avatar
  • 133
0 votes
1 answer
349 views

I want to fully customize the wp-admin interface. I'm creating some plugins to remove the default menu pages and to add my custom pages, and seems working fine.Anyway I need to implement bootstrap 5 ...
OHICT's user avatar
  • 133
0 votes
1 answer
267 views

Using the Wordpress menu system to add an item (product category in my case). I have categories with the same name, under a different parent category, so when i search for the category i want it may ...
John's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
44