The admin-menu tag has no wiki summary.
1
vote
2answers
39 views
Admin pages have no content
Not the usual white screen of whatever horror, my site is shown normally until you go to the admin dashboard. While the dashboard (or the admin menu if you will) is visible and responds accordingly, ...
0
votes
2answers
37 views
Remove the theme info from main dashboard screen- not appearance
I've successfully used the code from the post:
Restrict ADMIN menu items based on username, replace username with an actual user's name.
The problem is the theme still shows on the main dashboard and ...
2
votes
1answer
121 views
Generate Advanced Custom Fields box in custom admin menu page
I have created an custom admin menu page called FCC Youtube with add_menu_page function
which has some custom fields I manually generated via HTML and PHP:
code ( just the part how I created this ...
1
vote
1answer
83 views
page not updating with database
I have code which updates the database fine, but the page doesn't update correctly! I have to refresh the page a second time for it to update correctly.
Here is the code below ...
0
votes
1answer
47 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( ...
-2
votes
1answer
35 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?
0
votes
0answers
56 views
Call to undefined function add_menu_page() on theme activation
I am attempting to activate a theme that works perfectly on one WordPress install. I have matched the plugins installed up and copied the theme over but when I go to activate it I get...
Fatal ...