<div class="menu-wrapper">
<div class="menu1">
<?php
wp_nav_menu( array(
'theme_location' => 'menu-1',
'menu_id' => 'top-menu',
) );
?>
</div>
<div class="menu2">
<?php
wp_nav_menu( array(
'theme_location' => 'menu-2',
'menu_id' => 'main-menu',
) );
?>
</div>
</div>
Related Posts:
- How to remove admin main menu name repetition
- WordPress Dashboard add user password not working, etc
- Check if add_menu_page exists or not
- Add custom menu item type
- Add section (add_settings_section) to a custom page (add_submenu_page)
- What’s the easiest way to duplicate an entire navigation menu?
- How to call “page specific menu items” in template [closed]
- Extension preview disapeared since WP 4.5.2
- Custom wp_nav_menu output (displaying all child elements of top menu element in current branch)
- Delete Custom Dashboard Widgets
- Editor access to plugin settings
- How to develop a community feature in the dashboard for multiauthor site
- Remove Widgets in Dashboard
- wp_nav_menu(); Outside WordPress installation
- How to make a plugin auto-add item to nav menu
- Does the ‘nav_menu_css_class’ filter accept 2 or 3 arguments?
- How can I ‘reactivate’ .PHP files within a WP plugin that have been marked ‘inactive’?
- Give editors access to particular plugin – turn “admin.php” into “edit.php”
- Created Widget Not Showing up on Admin Panel
- How do I make a wordpress plugin with menu item etc
- Creating WordPress Plugin solely for Admin panel with dash menu and submenus
- Popup Maker nav menu item not working
- Dashboard Disappears after Upgrade
- Compatibility with RTL installations
- Creating a menu page in a Object Oriented developed plugin
- Dashboard Widget Form
- Frontend editing, Frontend user dashboard
- Multiple navigation menus to a location?
- Making menu link open in new tab?
- Include Max mega menu Plugin into theme
- How use %like% in sql statement wordpress
- Can I use a form in a dashboard widget?
- Wondering what these multi-colored extra pages are?
- Set the active Navigation Menu from a plugin
- Determine Registered Admin Menus
- How to make an interface similar to multi-site for switching between multiple (single) sites for administrators?
- Menus, but not by theme location
- How to make a customize role and view a specific plugins base on that role?
- Creating a nav menu
- Plugin: Google Analytics for Dashboard error – Timestamp is too far from current time
- Easiest way to add dropdown to a page
- How to get the element ID from new menu list that added with add_filter()?
- Delete mobile menu button [closed]
- html generated by theme exist but doesnt appear in browser
- How to exclude certain files from the plugin editor?
- Custom Permalink Plugin and Current Page/Ancestor in Menus
- wp-custom-menu filter removes the current_page_item class
- Sync User to cPanel webmail?
- add_action does not call the function
- How to use my menu PHP code as sidebar?
- Redirect to another page using contact form 7? [closed]
- How do I add content to the dashboard in WordPress?
- Remove specific plugins and themes from the Dashboard->Updates page [duplicate]
- Hide a Menu Item on Login
- How to get menu location in wp_update_nav_menu hook
- Login problem after installing my written plugin [closed]
- Allowed memory size exhausted problem
- How can i force wp-admin to use 2-column dashboard layout? [closed]
- PHP script from functions php is loaded via admin-ajax to div…and the result is 0, not the desired content
- Changing menu order of a specific plugin in dashboard
- I changed font of wordpress dashboard but it is slow!
- Progmatically adding menu links to the default (Top) or Footer menu
- $pages = get_pages(‘child_of=’.$post->ID); Why arguments are concatenated?
- Changing location of “About me” section
- Need to revert to an older version of wordpress
- Is there a way to remove plugins in dashboard – where you cannot identify the slug by the plugins name?
- WordPress Custom Menu Admin helper plugin
- Creating a search form and displaying results
- How can I add a fixed vertical menu to my site? [closed]
- 2 wordpress site same database
- Hook on creating a menu entry?
- Dropdown menu on click change
- navigation among single posts
- How do i specify a url to which to redirect the user after he logs out from facebook?
- Displaying URL Based on User Input from a Form W/in a Dashboard Widget
- Widget Screen Locked
- how to render dashboard widgets conditionaly in wordpress admin
- I cannot include a file in my plugin settings page
- Stopping WordPress’ WYSIWYG Editor from Converting “didn’t” into “didn””””’t”?
- Can’t save changes or modify settings in Dashboard but Pages and Posts are fine
- Button and Countdown overlapping mobile menu
- Slideout submenu in mobile
- How can I disable new plugin and theme install, but allow updates?
- Use localized plugin name and description even when the plugin is disabled
- Display posts by alphabetical order
- Mobile Menu and Mobile Sidebar missing
- How to access a wordpress plugin page or add posts without doing it from the WordPress dashboard?
- WP Forms not displaying,becomming an fatal error
- Need help with Task assigning and rewarding as currency which withdrawable
- WordPress site hamburger menu toggle not working
- Add custom WordPress admin page with pretty url via code
- I need to show side menu in wordpress
- How To Remove “All, Publish, Draft and Expired” in Events Dashboard
- Why is my form going to frontend on html form submission present on the php files inside my custom plugin?
- Blank dashboard with no access
- Scroll to ID broken in main menu
- Create survey that redirects to sidebar menu customized to answers
- Circular Menu to show on pages
- jquery plugin won’t fire when hamburger class element clicked
- Not able to upload Plugins/ Theme from Admin backend