Title: [Plugin: Jetpack Lite] Feature Request: Menu Change
Last modified: August 20, 2016

---

# [Plugin: Jetpack Lite] Feature Request: Menu Change

 *  Resolved [Jandal](https://wordpress.org/support/users/jandal/)
 * (@jandal)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-jetpack-lite-feature-request-menu-change/)
 * Hello Samuelaguilera,
 * I was wondering if you might be interested in adding the following feature to
   the plugin too.
 * I would love to see the “Site Stats” menu link return to the “Dashboard” section
   and then the “Jetpack” Menu Item go to the bottom of the menu bar.
 * I don’t agree with WordPress, that “Jetpack” as a menu item is that important,
   and that moving the “Site Stats” item is UI greedy, only done to encourage use
   of the Jetpack menu.
 * Thank you for doing something about Jetpack.
    =-)
 * [http://wordpress.org/extend/plugins/jetpack-lite/](http://wordpress.org/extend/plugins/jetpack-lite/)

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

 *  Plugin Author [Samuel Aguilera](https://wordpress.org/support/users/samuelaguilera/)
 * (@samuelaguilera)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-jetpack-lite-feature-request-menu-change/#post-2280145)
 * Hi Jandal,
 * I agree with you about the Jetpack menu, and in fact I almost did that change
   before release Jetpack Lite.
 * But finally I thought that (at least for the moment) is better only remove functions
   and not make anything change else.
 * Maybe will do in a future release.
 * Best regards.
 *  Thread Starter [Jandal](https://wordpress.org/support/users/jandal/)
 * (@jandal)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-jetpack-lite-feature-request-menu-change/#post-2280176)
 * You have motivated me, I have clients that don’t need “Jetpack”, they want to
   see their Stats, and they don’t want it to shift in the menu structure, they 
   are not geeks like us, and have enough trouble using the Internet as is.
 * I had made a start on a plugin last month that would adjust the menus, but it
   overwhelmed me, so put it aside.
 * So right now I have applied this quick hack/fix, that will adjust the menus, 
   for others who would like to apply it;
 * Move Jetpack to “Tools”
    EDIT: jetpack-lite\jetpack-lite.php approx line 597 `
   $hook = add_menu_page( 'Jetpack', 'Jetpack', 'manage_options', 'jetpack', array(
   $this, 'admin_page' ), '' );`
 * `$hook = add_management_page( 'Jetpack', 'Jetpack', 'manage_options', 'jetpack',
   array( $this, 'admin_page' ), '' );`
 * Move “Stats” back to Dashboard Submenu
    EDIT: jetpack-lite\modules\stats.php 
   aprrox line 189 `$hook = add_submenu_page( 'jetpack', __( 'Site Stats', 'jetpack'),
   __( 'Site Stats', 'jetpack' ), 'create_users', 'stats', 'stats_reports_page' );`
 * `$hook = add_submenu_page( 'index.php', __( 'Site Stats', 'jetpack' ), __( 'Site
   Stats', 'jetpack' ), 'create_users', 'stats', 'stats_reports_page' );`
 * NOTES:
    [http://codex.wordpress.org/Administration_Menus](http://codex.wordpress.org/Administration_Menus)
   [http://codex.wordpress.org/Function_Reference/add_menu_page](http://codex.wordpress.org/Function_Reference/add_menu_page)
   [http://codex.wordpress.org/Function_Reference/add_submenu_page](http://codex.wordpress.org/Function_Reference/add_submenu_page)
 *  Plugin Author [Samuel Aguilera](https://wordpress.org/support/users/samuelaguilera/)
 * (@samuelaguilera)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-jetpack-lite-feature-request-menu-change/#post-2280467)
 * This request has been done 🙂
 * Not exactly with that code, but the Jetpack menu does not exist in latest Jepatck
   Lite.
 *  Thread Starter [Jandal](https://wordpress.org/support/users/jandal/)
 * (@jandal)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-jetpack-lite-feature-request-menu-change/#post-2280468)
 * Just been updating sites today and noticed.
 * Thank you.
 * Have changed the status of the topic to “resolved”

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

The topic ‘[Plugin: Jetpack Lite] Feature Request: Menu Change’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jetpack-lite_d7e6cc.svg)
 * [Jetpack Lite](https://wordpress.org/plugins/jetpack-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack-lite/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Jandal](https://wordpress.org/support/users/jandal/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-jetpack-lite-feature-request-menu-change/#post-2280468)
 * Status: resolved