You have created menu “placeholders” of sorts but you haven’t added any actual menus yet, thus you see a kind of default menu being displayed.
- Go to wp-admin -> Appearance -> Menus
- Create a menu
- Assign the menu to one of your menu locations
- Add something to the menu
- Save
Now you should see the menu you expect.
To avoid printing a menu when there is no menu use has_nav_menu
.
// var_dump(has_nav_menu('footer-noticias-financieras')); // debug
if( has_nav_menu('footer-noticias-financieras')) {
wp_nav_menu( array('menu' => 'footer-noticias-financieras', 'menu_class' => '', 'container' => 'nav' ));
}
Notice how I am using the slugs you used and not the f-*
values. I don’t know where those come from.
Related Posts:
- Display a portion/ branch of the menu tree using wp_nav_menu()
- Display only page specific sub menu items using Custom Walker
- non-clickable placeholder in the menu
- How to Move the Author Metabox into the “Publish” metabox?
- Ways to give a wp_list_pages menu link specific class names?
- I want remove last after wp_nav_menu
- Add log in link to menu in Twenty Twelve
- Organizing by super-categories (or nested categories)?
- Adding first and last class to Menu on top level only
- wp_list_pages – show pages immediately 1 level below current level
- Add within the output of
- How do I get my wp_nav_menu single category page to highlight the parent?
- Add sidebars to navigation menu?
- Where to update the Static Pages Blacklist for Multisite Install?
- How to create a category menu?
- Vertical Sidebar Menu Parent and Child not displaying correctly [closed]
- Hide Menu items base on capability
- How to show Home Page link in WordPress Menu and how to add an icon to this?
- Remove li from wp_nav_menu
- How to add custom menu item on plugin activation?
- Outside the loop, how can I echo the current page’s menu title?
- Use menu class in walker function
- Menu link to all posts (all categories included)
- How do you return a menu with the menu name?
- do_action appearing outside of menu?
- two menus show different menu based on what menuitem is selected on menu1
- Appending a GET-Variable to wp_nav_menu
- You do not have permission to create Navigation Menus – Twenty Twenty-Two theme
- Walker class conditional based on parent menu item label or custom css class
- Creating a navigation menu to see where you are on your website
- ‘wp_get_nav_menu_items’, when fired inside of the ‘wp_update_nav_menu’ hook, returns old menu items, instead of new
- Menu custom link not working for external site
- How to override the theme home page?
- custom walker class
- Sticky Header in WordPress using BootstrapWP theme [closed]
- Walker Class – Check if menu item has description and if so add class to li
- Multiple languages menus problem
- Displaying different page links on different pages
- Switch from hover to click on Twenty Twelve Menu
- register_nav_menus, then create menus programatically
- How can I switch pages?
- How to override menu markup?
- How to remove dropdown from wp_nav_menu
- How can template identify what page it’s being used on?
- Automatically Display Sub Menu
- Recent Posts widget missing current_menu_item class
- Custom Post Menu link reverting to Blog menu item
- WordPress custom Nav Walker
- In admin edit-menu screen, newly added menu items always go to the bottom of the list
- Static site menu with multiple ul’s to wp menu
- How can I make wp_nav_menu() support tags?
- active menu in post page
- Filter to hook into menu items and add a custom attribute
- Adding a tag to wp_nav_menu
- Adding Pipes to Menu Output
- Blending Foundation’s Tabs with WordPress Nav Menu & Display Active Tab
- select a main navigation menu per user type from multiple main navigation menus
- wp_nav_menu li item empty
- Custom Menu in Themes not working even in Twenty Eleven theme
- Using CSS ID’s and Classes with images in a WordPress Horizontal Menu
- Determining the “current_page” in WordPress Custom Menus
- Child pages don’t become submenus (as in the twenty-ten theme)?
- Menu elements load very slow
- cannot get global $menu value in form request
- Show Sub Menu on click and not hover
- is MariaDB error related to Automatically add new top-level pages
- WordPress menu walker – help to add custom class for each submenu
- What is inside in $item in start_el function in Walker_Nav_Menu class
- How to make a section id menu w/multiple pages
- choose selected for select option with condition [closed]
- Menu doesn’t open on mobile
- wp_update_nav_menu also triggers post_updated
- Disable Top Nav Bar on Mobile
- Appearance –> Menu -not showing on my main page
- Menu location switcher – example code fails
- WordPress Menu Customizer
- Current menu item class issue
- Show post titles within WordPress bootstrap Dropdown menu
- Programmatically add a Navigation menu and menu items
- Site-wide tabs at WordPress website?
- Change header menu login-logout without changing main menu
- Importable Menus? Along with Pages (a site layout template)
- Menu Structure with Links failure to update
- Is It Possible To A Link To The Homepage From The Admin Sidebar?
- List of WordPress menu item indices?
- Walker for menus
- Custom Menu based off custom header
- WordPress Navigation
- Remove “Next Post” in nav_menu
- Adding an additional menu in WordPress
- Making current_page_item work with wp_list_pages in sidebar on post pages
- Menu not Showing on Mobile or While the page is shrinked
- My Menu Disappears on my Custom Link Homepage on Mobile
- How to centre menu items on horizontal nav bar? (e.g. make margins equal) [closed]
- Display sub menus as separate lists
- Add A Menu Item To A WP_Nav_Menu Navigation via PHP Function
- WordPress Menu – Adding a new dynamic element to the menu
- One item on menu is not clickable when it should be
- Critical Error when editing menu
- I need to change the hyperlink attached to the logo on the mobile menu