You should call wp_nav_menu() in your footer.php template.
It’s used as following :
<?php wp_nav_menu( array('theme_location'=>'footer') ); ?>
The theme_location parameters refers to the checkboxes below the menu editor (Theme location). If your theme doesn’t have enough theme_location, you can add some by adding
function register_html5_menu(){
register_nav_menus(array(
'footer-1' => __('Footer Menu 1', 'theme_translation_domain'),
));
}
add_action('init', 'register_html5_menu');
in your functions.php
Otherwise you can call the menus directly by their names using the menu parameter :
<?php wp_nav_menu( array('menu'=>'menuname') ); ?>
Related Posts:
- Main Menu and Sub Menu Items for Footer
- Separator for custom nav menu
- wp_list_pages sort order by custom nav menu order
- add another html tag after li element in wp_nav_menu
- Disable parent in wp_list_pages – WordPress
- Im having trouble centering menu items in footer due to “flexbox”
- Putting footer links into different columns
- How can I structure my pseudo footer nav code with wordpress codex code?
- wp_get_nav_menu_items() not working with slug
- Error “Trying to get property of non-object” with Custom Walker for wp_nav_menu
- Add Class to Specific Link in Custom Menu
- How do I add a search box to the nav menu?
- How to get IDs for objects in menu branch?
- New post notification in wp_nav_menu
- How to move parent li to end of child ul
- wp_nav_menu() loses ‘current-menu-*’ classes on single product page within category
- How is custom menu hierarchy output handled?
- How to fix strange 500 Error after Editing Menu?
- Remove ‘Menus’ from Twenty Sixteen theme Customizer
- Custom nav walker with different output depending on depth
- Override custom menu widget
- Placing widget to menu
- container_class doesn’t seem to be working
- Get menu item slug
- Walker_Nav_Menu: Items not nested correctly
- Add class to menu ul with active child
- Loop through Navbar, Output Icons
- Custom Walker anchor tag not inheriting attributes
- Check what “type” a menu item is
- How to display dynamic content in start_lvl function
- Partial refresh of menu in customizer not working?
- Add custom -element to wp_nav_menu
- Disable automatig SVG tag from menu
- next_post_link() on custom menu structure
- Different fields available for different sites when when customising Menu’s
- Custom walker with hashes instead of links (one-page layout)
- Find out if a page has no parent
- wp_nav_menu() showing list in a different Position?
- Using Walker To Add Menu CSS Class Functionality
- How to include the parent page link in this wp_nav_menu walker
- Grey out nav buttons unless is_user_logged_in()
- burger on mobile
- How to approach this menu design?
- Hierarchical menu nesting problem with jQuery targetting
- ‘Users’ and ‘Appearance’ have disappeared from dashboard menu [closed]
- Making nav menu sticky and transparent
- How to combine multiple categories in one Menu item?
- 2 Different Nav Menus Have Same Name in WP-Admin
- Get Menu Name inside walker
- WordPress Walker – Group two items?
- Where to implement custom walker class?
- Unlimited WordPress Menu
- How to show dynamic side bar on menu item [closed]
- Creating a Mega Menu
- register_nav_menus() won’t register menus
- Remove a menu sub-item
- modify menu item links dynamically
- How to change the color of a menu item [closed]
- Where is my menu editor
- wp_nav_menu not displaying the right way
- WordPress Menu adds an unwanted slash before anchor
- How to automatically redirect to first item of second navigation level in a multi-level menu?
- Change link in menu on condition
- How to undo the last changes to a custom menu?
- Add menu headings to WordPress sub menus
- Customise the custom menu widget
- add_menu_page does not render the expected result
- Custom menu styling
- Getting the WordPress custom menu titles and outputting them in a theme
- Second Level Menu
- Different Menus based on Category Page
- Additional navigation bar in header
- Is there any difference between widgets (used in order to manage menus) and register_nav_menus() in terms of performance?
- current-menu-item not apllying with wp_nav_menu() on ajax
- Custom link with checkbox that adds additional word to checked menu items
- Hide a menu (navigation bar) on all posts
- Adding menu title to custum URL
- Parent Menu Item Requires Two Clicks for Mobile Device
- Is it possible to have submenu outside of menu element? I dont want submenu to be a child of menu
- Full submenu not displaying in wordpress
- Product categories are mixed when creating menu
- Header lists posts instead of showing primary nav menu
- Add a menu item to the logged in users author page?
- Add Class to Custom Menu Widget ul
- Iterate through each menu item into a shortcode
- “Static” Child Menu with Accordian
- Need direction on a seemingly complex menu walker for automatically inserting a parent link li in it’s submenu ul
- Image menu on responsive WordPress
- Set a different home link in nav menu
- Remove link from Page name in navigation bar
- Prevent Menu Shortcode From Formatting
- Auto Filled Custom Menus for Custom Post Types?
- Setting up menus before making a template live
- Adding Pages to Menus – No Page Hierarchy in Backend [duplicate]
- Is it possible to add a superscript trademark symbol to a menu?
- Creating a Horizontal menu
- I want my homepage navbar to have different styling to the rest of my site, how can I do this?
- Problems with draft website pages
- Using walker to display all menu branches at once?
- How to add a class directly on a unordered list element that is a primary navigation