I wouldn’t use such plugin, I’m afraid…
wp_nav_menu
stores every menu item as post. So if you add 600 items to menu, then there are 600 posts queried every time page loads.
And even worse – every such page needs some processing, getting meta data and passing through recursive Walker class…
It will kill performance of your site…
Related Posts:
- How to make pages metabox display all hierarchy in menu admin?
- Auto add pages to primary menu with functions.php
- Schedule Page to Menu [duplicate]
- How to retrieve parent menu item name of current submenu item
- two different separate sections on the same site
- Does is_child() exist in wp 3.5.1?
- How to highlight 1st level menu item based on actual page
- Dynamic menu wp_list_pages displaying only current branch including: current page, his siblings and its childs
- wp_list_pages Hierarchical Help
- Parent Page > Child Page Menu
- Add pages content to startpage through custom menu
- How can I order these pages in this navigation bar on this old wordpress theme?
- Creating navigation out of specific IDs and their children?
- Unable to remove page from primary menu
- how to create pages and link them to a menu
- How to sort a sub-menu, generated with get_pages(), by the page order instead of alphabetically?
- How to add class and span to
- how can i get the page_ID in nav li [closed]
- How can I structure my pseudo footer nav code with wordpress codex code?
- Programmatically add a Navigation menu and menu items
- Dynamically exclude menu items from wp_nav_menu
- Split up wp_nav_menu with custom walker
- wp_nav_menu: show menu only if one exists, otherwise show nothing
- Is there an easy way to replace a custom menu link with a page or post?
- How to Add to Each Menu Link with link text to data-attr?
- Add Javascript to WordPress Menu
- Filter wp_nav_menu()
- How to modify navigation menu of the “My Account” page in WooCommerce
- Custom ID for certain menu item?
- Add data-icon input to WordPress custom menu links
- Add separator to admin submenu
- Add child pages automatically to nav menu
- Show just one level of child pages, wp_list_pages woe
- Removing link ” from ” menu for some “links” without JS
- Show current navigation path from menu
- Call custom field into menu item
- Use navigation path from menu for permalink
- Exclude Private, Draft pages from Primary Nav when using custom menu
- Automatically remove trashed pages from nav menu
- add span class inside wp_nav_menu link anchor tag
- wp_nav_menu always falls back to a menu
- wp_get_nav_menu_items how to exclude sub level menu items?
- Multi Level Bootstrap Navigation Menu in WordPress
- Remove Pagination in Appearance -> Menus -> Categories
- How to set limit only on top levels of wp_nav_menu?
- Determine if a navigation item has children
- Keeping parent menu items active in child pages
- Bootstrap dropdown nav pills not working with wp_nav_menu()
- Show only 2nd level of navigation depending on active navigation
- How to move parent li to end of child ul
- How to get a different mobile menu than desktop menu in the twentytwelve child theme
- Add custom attributes to menu items without plugin
- How do I fix this error: Warning: invalid argument supplied for foreach()?
- Breadcrumbs showing Parent and Child Pages
- Directing a page to a default subpage
- Add Page ID class to nav menu items
- How to highlight the right item in the navbar
- HTML Bootstrap navigation menu to WordPress menu using wp_nav_menu
- Can you have different menus and theme on a per-page basis?
- How to manually add an item to a submenu in a menu generated by wp_nav_menu?
- WordPress Export Import Site Navigation Menu
- Using Image Links in WordPress Navigation Menus Instead Of Text Links
- Links open only on new tab or window
- List children of second level sub page
- Not able to get current menu ID
- Is it possible to add a filter for the output of nav-menu items in admin?
- Bar separated navigation by extending Walker_Nav_Menu
- How to get current page menu item name instead of full menu item list
- Add class to active top level (grandparent) menu item
- Bar separated navigation by extending Walker_Page
- Hide pages depending on role
- Get parent page/menu id of current post
- Disguise Multi-Page site as Single Page
- Replace menu tag with tag
- How to Create a Custom WordPress Navigation Menu with the Code?
- Custom Nav Walker sub-menu HTML construct
- How to get Menu Navigation Labels to output HTML
- custom menu not found
- How to style current page menu item when using a walker
- Change menu items URL
- How can I get an array/list of all current WordPress Admin Menu items?
- Adding different classes to anchor in navigation menu
- Number of items in a menu
- wp_nav_menu doesn’t generate parent/ancestor classes
- Add Bootstrap dropdown class to a nav menu
- How to add text before WordPress menu item href
- how to only add a top-level admin menu without it creating a sub-level-menu
- how to automatically generate hierarchical menus from hierarchy of pages?
- Search box as a menu item in the nav menu output by wp_nav_menu?
- Add an extra field to the navigation menu box?
- Why is ‘nav_menu_item_args’ filter’s $item argument empty?
- WordPress wp_nav_menu with a nav tag
- Add class to menu ul with active child
- Making WordPress’ page and menus visible only for logged in users, checking session variables
- How can I put two menus in the same div?
- How do i style the current menu anchor link’s parent anchor link? [closed]
- Does the menu item ID ever change?
- Add sidebars to navigation menu?
- Make compatible custom menu widget for Twitter Bootstrap
- Different side menu on each page