'advance-menu-manager-lite&tab=menu_advance_manager_get_started_method'), admin_url('admin.php'))); } // dots stor landing page function dot_store_menu_advance_menu_manager() { global $GLOBALS; if (empty($GLOBALS['admin_page_hooks']['dots_store'])) { add_menu_page('DotStore Plugins', __('DotStore Plugins'), 'null', 'dots_store', 'dot_store_menu_page', plugin_dir_url(__FILE__) . 'images/menu-icon.png', 6); } add_submenu_page('dots_store', 'Advanced Menu Manager', 'Advanced Menu Manager', 'manage_options', 'advance-menu-manager-lite', 'custom_advance_submenu_extra', "", 99); } // custom submenu for extra flate rate shipping function custom_advance_submenu_extra() { $url = admin_url('/admin.php?page=advance-menu-manager-lite&tab=menu-manager-add§ion=menu-add'); $active_tab = "menu-manager-add"; if (!empty($_GET["tab"])) { if ($_GET["tab"] == "menu-manager-add") { dot_store_advance_menu_manager(); } if ($_GET["tab"] == "menu_advance_manager_premium_method") { menu_advance_manager_premium_method_function(); } if ($_GET['tab'] == 'menu_advance_manager_get_started_method') { menu_advance_manager_get_started_method_function(); } if ($_GET['tab'] == 'menu_advance_manager_dotstore_contact_support_method') { menu_advance_manager_dotstore_contact_support_method_function(); } if ($_GET['tab'] == 'dotstore_introduction_menu_advance_manager') { dotstore_introduction_menu_advance_manager_function(); } } else { ?>

Thanks For Installing Advanced Menu Manager

Getting Started

Advanced Menu Manager Plugins make it simpler for you and your team to effectively create and manage menus for content- heavy blogs and website.

Create Menu and easy manage as per your needs

Step 1 : Create a menu by "create a new menu" link as per your needs. You can give a name to your menu as shown in the image. Click on the Save Menu option to save your menu.

Step 2 : Start adding new menu items : Use the Green + sign as shown in the image below to start adding items to your menu.

Step 3 : Add pages/posts : With this screen, it will provide complete details about the pages, posts, categories, tags, format and picture tag. Once you get to this step, you have the complete picture of your pages, the item id, title, item slug, author and publish date too. This is quite handy as you get all the details in one single interface. No going back and forth to check stuff.

Learn more about other plugin features

Quick info

Product Type WordPress Plugin
Product Name Advanced Menu Manager
Installed Version 1.9
License & Terms of use Click here to view license and terms of use.
Help & Support
Localization English ,Spanish
Free Version

Free vs Premium

KEY FEATURES LIST FREE PREMIUM
You can create a view, add, edit and manage your pages and posts to make your job easier.
Easy search option of page/posts for when you have hundreds of pages/posts
Detailed view of pages/posts including page id, slug, author name, template names.
Filter pages/posts which are already there in your menu.
Track, compare, restore all your changes with Menu Revisions
Advanced interface to add menu item in your menu
Put the menu anywhere on your site/blog with short-code
Menu Lock Functionality. you can lock particular Menu for other users
Create new pages within the menu without leaving your add menu item screen.
Edit whole page/post from the menu.
View page / post attributes withing menu.
UPGRADE TO
PREMIUM VERSION
discover features
  • Enhanced Admin Menu UI
  • Track,Compare,Restore Menu
  • Menu Lock Functionality
  • Quick Add/Edit Page within Menu
  • Compare Menu Revisions
  • Menu Shortcode features
"Overview", "other_plugins" => "Checkout our other plugins", "premium_feauter" => "Premium Feature")); $current_tab_wc = (isset($_GET['tab'])) ? $_GET['tab'] : 'general'; $aboutpage = isset($_GET['page']) ?> $setting_tabvalue) { switch ($setting_tabkey_wc) { case $current_tab_wc: do_action('advance_menu_manager_' . $current_tab_wc); break; } } ?>


Advanced Menu Manager For WordPress

Need even more? upgrade to Advanced Menu Manager For WordPress and get all the features available in Advanced Menu Manager For WordPress

Advanced Menu Manager for WordPress makes it simpler for website admins to effectively create and manage menu for content-heavy wordpress blogs and websites. When the site has hundreds of menu items, it becomes complex task to add new item, drag to top etc. AMM helps you to improve productivity while managing the menus.

Key Features of WooCommerce Save For Later:

Effective User Interface to manage menu

With hundreds of pages in your menu, you need a tailored UI that offers a complete view of menu, the parent pages and their child (sub-items). Advanced Menu Manager has that user-interface. Besides offering a complete picture of your menu, the clutter-free UI also allows you to view, add, edit and manage your pages and posts to make your job easier.

Advanced interface to add menu item in your menu

Advanced menu manager offers many great features which can enhance your productivity and accuracy while adding menu items. You can take advantage of features like-
  • Easy search option of page/posts specially when you have hundreds of pages/posts.
  • Detailed view of pages/posts including page id, slug, author name, template names etc.
  • Filter pages/posts which are already there in your menu.
  • You can create new pages within the menu without leaving your add menu item screen.

Track, compare, restore all your changes with Menu Revisions

As a site owner, it is common for you to go back to an earlier version of the menu you created. WordPress doesn't support tracking menu revision histories as of now. The Advanced Menu Manager plugin keeps a revision for each change you have made in your menu. Also it allows you to compare your current menu with a revision in the past. So, in case you made a mistake while editing the menu, you do not need to worry. You can always restore your entire menu back from previously stored revisions.

Menu Lock Functionality.

Using this feature you can lock particular Menu for other users. This feature can be handy when you want to restrict other admin users from editing the main navigation of your site. If you have many admin users in your wordpress site, and you want sure that not everyone can edit the main menu. Only selected users can change the main menu. In that case you can utilize the Menu Lock Functionality.

Other features you will love:

  • Add, edit, manage and delete pages from a single interface, no going back to pages and posts section to create menu items.
  • Add a menu item as a child category without going back and forth. Next, simply drag the item to make it a sub-item. No scrolling down to find the item and dragging it all the long way. This helps minimize your efforts and chance of human error.
  • Easy to use page/post search functionality so that you know you have selected the correct menu item.
  • View and compare previous menu revisions made. You can even restore to a previous version.
' . __('Welcome to Advance Menu Manager') . ''; // $new_pointer_content .= '

' . __('Very Simple, easy, admin-friendly menu manege with this plugin which can be used for the customize menus like edit, sorting, delete, Add new menu etc') . '

'; return array( $prefix . 'custom_advance_menu_manager_admin_pointers' => array( // 'content' => $new_pointer_content, 'anchor_id' => '#toplevel_page_woocommerce', 'edge' => 'left', 'align' => 'left', 'active' => (!in_array($prefix . 'custom_advance_menu_manager_admin_pointers', $dismissed)) ) ); } /** * plugin_deactivation function * * This function will run when someone deactivate the plugin and all admin interface will be disabled. * * @version 1.0.0 * @author Multidots */ function plugin_deactivation() { require_once plugin_dir_path(__FILE__) . 'includes/classes/Class_Deactivator.php'; } register_deactivation_hook(__FILE__, 'plugin_deactivation'); function generate_menu_template() { //add_theme_page('Advance Menu Manager', 'Advance Menu Manager', 'edit_theme_options', 'advance-menu-manager', 'generate_menu_page', 5); } //add_action( 'admin_menu', 'generate_menu_template' ); /** * This function runs when plugin activates. (use period) * * This function executes when plugin activates and object initialised. * * @since 1.0.0 */ function generate_menu_page() { wp_enqueue_script('amm_script_fancy', plugins_url('advance-menu-manager/includes/js/custom.js')); wp_enqueue_script('jquery-ui-dialog'); global $gloable_all_author_array; global $gloable_all_template_array; global $gloable_all_category_array; global $gloable_all_current_menu_id; $current_user = wp_get_current_user(); ?>