adding [shortcode] to menu-item
-
I added the following to functions.php which lets me use shortcodes in menus just fine..
add_filter('wp_nav_menu_items', 'do_shortcode');
My issue is that when I add a [shortcode] to the navigation label of a specific menu item, it doesn’t put the [shortcode] to the right of the menu-item like I assumed it would, but instead is placing the shortcode outside of the entire menu-header_menu (all menu items)
Does anyone know what I am missing? Thanks in advance..
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘adding [shortcode] to menu-item’ is closed to new replies.