Title: Admin menu order (missing)
Last modified: August 21, 2016

---

# Admin menu order (missing)

 *  [mangoman](https://wordpress.org/support/users/mangoman/)
 * (@mangoman)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/admin-menu-order-missing/)
 * After upgrade, the plugin fails to load in the backend Dashboard admin menu….
   and I cannot locate where to edit the menu order. I even tried the Admin Menu
   Editor plugin, but this plugin didn’t show up as activated (but it has been).
 * I edited the admin.php file and changed the value from 50 to 7 – but that didn’t
   work, so I give up.
 * I’m assuming that the admin menu position [of WP Project Manager] conflicts with
   another plugin. Please point me toward the correct file, change its value, and
   see it again. 😉
 * Thanks.
 * [http://wordpress.org/extend/plugins/wedevs-project-manager/](http://wordpress.org/extend/plugins/wedevs-project-manager/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/admin-menu-order-missing/#post-3720384)
 * I’ve seen this type of conflict before.
 * Look around line 189 in cpm.php.
 * `$hook = add_menu_page( __( 'Project Manager', 'cpm' ), __( 'Project Manager','
   cpm' ), $capability, 'cpm_projects', array($this, 'admin_page_handler'), '', 
   3 );`
 * “3” is the menu position #. Change it to something else if you must. See [this page](http://codex.wordpress.org/Function_Reference/add_menu_page)
   for positions for core menu items.
 * The [Menu Humility](http://wordpress.org/extend/plugins/menu-humility/) plugin
   might help you do this without editing the plugin files, but I haven’t tested
   that.
 *  Thread Starter [mangoman](https://wordpress.org/support/users/mangoman/)
 * (@mangoman)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/admin-menu-order-missing/#post-3720397)
 * Yes, thanks – I didn’t know that the plugin developer has a forum on his site
   until after I published this post here. That’s the same reply I got there! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Admin menu order (missing)’ is closed to new replies.

 * ![](https://ps.w.org/wedevs-project-manager/assets/icon-256x256.gif?rev=3386164)
 * [Project Manager – AI Powered Project Management, Task Management, Kanban Board & Time Tracker](https://wordpress.org/plugins/wedevs-project-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wedevs-project-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wedevs-project-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wedevs-project-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wedevs-project-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wedevs-project-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mangoman](https://wordpress.org/support/users/mangoman/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/admin-menu-order-missing/#post-3720397)
 * Status: not resolved