I don’t need all the menu items and need some custom menu items to be added in the left menu of admin area of WordPress. Is there any function I can use to do this particularly.
Leave a Reply
You must be logged in to post a comment.
I don’t need all the menu items and need some custom menu items to be added in the left menu of admin area of WordPress. Is there any function I can use to do this particularly.
You must be logged in to post a comment.
Place this code in your themes function.php file and customize as you need
Add this to the functions.php file:
More info on removing:
http://codex.wordpress.org/Function_Reference/remove_menu_page
Too add a new menu page, check out the following for an explanation on the variables:
http://codex.wordpress.org/Function_Reference/add_menu_page