Title: Admin menu humility
Last modified: August 22, 2016

---

# Admin menu humility

 *  Resolved [Simon Blackbourn](https://wordpress.org/support/users/lumpysimon/)
 * (@lumpysimon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/)
 * Hi
 * This is a great plugin that I have used for several years on 50+ sites, but the
   new version has one very annoying ‘feature’, which is the positioning of the 
   admin menu item near the very top of the admin menu (between Dashboard and Posts).
 * I feel this is a very bad habit for plugins to get into, as before you know it
   they will all be at it and my posts and pages menu items will be shunted halfway
   down the screen. Mark Jaquith has resorted to releasing a ‘Menu Humility’ plugin
   to stop this happening: [http://wordpress.org/plugins/menu-humility/](http://wordpress.org/plugins/menu-humility/).
 * Nine times out of ten I am logging in to my website to add or update content,
   not to change plugin settings, so I would appreciate it if you could remove the`
   position` attribute from `add_menu_page` to move the menu down to the bottom,
   which I think is a much more appropriate position.
 * Interested to hear your thoughts on this.
 * Thanks very much
    Simon
 * [https://wordpress.org/plugins/google-analytics-for-wordpress/](https://wordpress.org/plugins/google-analytics-for-wordpress/)

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/topic/admin-menu-humility/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/admin-menu-humility/page/2/?output_format=md)

 *  [ManxStef](https://wordpress.org/support/users/manxstef/)
 * (@manxstef)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259619)
 * Strongly agree with what Simon says here.
 * It’s a great plugin, but this sort of pushy menu behaviour needs to be discouraged,
   as does deliberately colouring your icon when the de-facto standard is white.
 * Stop subverting the visual design hierarchy, please!
 *  [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * (@austinginder)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259634)
 * Fully agree. One look at my admin menu and you’ll agree: [https://cloudup.com/cWJkixz5vzT](https://cloudup.com/cWJkixz5vzT).
   Either put it next to your SEO plugin or move it back under the Tools or Settings.
 *  Moderator [Pippin Williamson](https://wordpress.org/support/users/mordauk/)
 * (@mordauk)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259667)
 * This is an option: [https://wordpress.org/plugins/menu-humility/](https://wordpress.org/plugins/menu-humility/)
 *  [Austin Ginder](https://wordpress.org/support/users/austinginder/)
 * (@austinginder)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259669)
 * With that enabled the two Yoast plugins are still out of order: [https://cloudup.com/cGOdp1KpynA](https://cloudup.com/cGOdp1KpynA).
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259670)
 * +1 on the menu position.
 * Also +1 on using an icon that fits the visual design. Even Jetpack plays nice
   in this regard. 😉
 *  Thread Starter [Simon Blackbourn](https://wordpress.org/support/users/lumpysimon/)
 * (@lumpysimon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259678)
 * Hi Pippin
 * I linked to Mark’s plugin in my original post, but my point is that users shouldn’t
   be forced into installing a second plugin to stop a plugin hijacking the menu.
 * Plugins should use the default positions, then if a user wants to change their
   menus around they can install a plugin to allow them to do this.
 *  Moderator [Pippin Williamson](https://wordpress.org/support/users/mordauk/)
 * (@mordauk)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259679)
 * Oops, missed that 🙂
 * I fully agree on the default humility.
 *  [alex chousmith](https://wordpress.org/support/users/chousmith/)
 * (@chousmith)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259723)
 * +1 on this as well. I think at the very least, it would be nice to have a checkbox
   in /wp-admin/admin.php?page=yst_ga_settings#top#advanced to simplify the admin
   menu, to simply move the “Settings” link itself back under the /wp-admin/options-
   general.php and hide the Dashboard & Extensions pages?
 *  [Foxwander](https://wordpress.org/support/users/foxwander/)
 * (@foxwander)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259769)
 * You don’t need an extra plugin to fix this. Edit Line 198 in the file ..\plugins\
   google-analytics-for-wordpress\admin\class-admin.php. It starts with “[add_menu_page](http://codex.wordpress.org/Function_Reference/add_menu_page)“.
   The last part of it before the closing parenthesis is the number that sets the
   menu position. In mine (and likely yours as well) it was 2.00013467543. Change
   the “2” to “99” (leave the decimal and everything else- it needs to be a ‘unique’
   number), save the file, and refresh your admin page. Analytics should now be 
   right above SEO.
 *  [SteveW928](https://wordpress.org/support/users/stevew928/)
 * (@stevew928)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259861)
 * +1 here too. It needs to AT LEAST be under the default WordPress tools, like 
   under ‘Comments’ if not even lower.
 * However, I disagree with the comment about about color. I strongly-dislike these
   new ‘flat’ and ‘black and white’ trends in interface design, which undo years
   of UI advancement. Position, color, shape, etc. are all quite important to quickly
   recognizing things and using an interface.
 * And, thanks for the work-around Foxwander, but hopefully Yoast will change it
   in the source.
 *  [ManxStef](https://wordpress.org/support/users/manxstef/)
 * (@manxstef)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259881)
 * > However, I disagree with the comment about about color. I strongly-dislike 
   > these new ‘flat’ and ‘black and white’ trends in interface design, which undo
   > years of UI advancement. Position, color, shape, etc. are all quite important
   > to quickly recognizing things and using an interface.
 * [@stevew928](https://wordpress.org/support/users/stevew928/): In the context 
   of design trends I do agree with you, but that’s for a wider discussion (incidentally,
   [SVG was proposed as a possible solution](http://make.wordpress.org/ui/2013/05/30/the-mp6-team-has-been-working-on-recommendations/),
   which would allow custom CSS colouring of icons). However, if the designers of
   [WordPress’s UI](http://make.wordpress.org/ui/) have decided that the [admin icons](http://hofmannsven.com/2013/laboratory/wordpress-dashicons/)
   should be monochrome, which it very much appears [they have](http://en.blog.wordpress.com/2013/06/17/beautiful-makeover/),
   then plugin designers _need to respect that_, otherwise it just becomes a mess
   of mismatched icons – I’m looking at you, too, WPTouch – all competing for visual
   attention in an admin interface that should encourage quiet focus. WordPress 
   does use colour in the admin interface, but only sparingly, reserving it for 
   important things like update notifications.
 * Look at [Austin Ginder’s screenshot](https://cloudup.com/cGOdp1KpynA). You honestly
   believe that the Yoast icon’s use of colour there is totally fine? Because in
   exactly the same way as menus “jumping the queue” is a subversion of the design’s
   hierarchy, so is the use of colour in the Admin UI when everything else is mono.
   It screams “look at ME! Look at ME!” in a desperate attempt to pull the user’s
   eye away from the design order and shows a distinct lack of respect of the user’s
   attention. It is not a good thing.
 *  [Dave](https://wordpress.org/support/users/tlwh/)
 * (@tlwh)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259885)
 * Yep, lose the color and the position it’s just too much.
 * Stuff like this should be written into plugin rules. No color, no jumping out
   of settings or tools.
 *  [grimpond](https://wordpress.org/support/users/grimpond/)
 * (@grimpond)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259899)
 * Agreed.
 * Stick to the default colours, settings and position.
 *  [GenealogyCoach](https://wordpress.org/support/users/samatva/)
 * (@samatva)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259966)
 * **Move the menu entry down** (unless you are expecting us to need to click it
   often?? )
 * _Even worse_, clicking the mal-placed menu item _doesn’t give you anything useful!!_
   You have to click _again_ to get to anything of use.
 * Put it under tools, where it belongs. This plugin is not unique enough to put
   up with such arrogance. Planning on replacing it on my dozen or so sites for 
   this foolishness.
 *  [Anton Timmermans](https://wordpress.org/support/users/atimmer/)
 * (@atimmer)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/admin-menu-humility/#post-5259995)
 * Completely agree with this.

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/topic/admin-menu-humility/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/admin-menu-humility/page/2/?output_format=md)

The topic ‘Admin menu humility’ is closed to new replies.

 * ![](https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=2976619)
 * [MonsterInsights - Google Analytics Dashboard for WordPress (Website Stats Made Easy)](https://wordpress.org/plugins/google-analytics-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-analytics-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-analytics-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/google-analytics-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-analytics-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-analytics-for-wordpress/reviews/)

 * 26 replies
 * 16 participants
 * Last reply from: [Razorfrog Web Design](https://wordpress.org/support/users/razorfrog/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/admin-menu-humility/page/2/#post-5260157)
 * Status: resolved