I have made a menu item with this code. The menu item shows up but the shortcode output is not there. Is there something I can add or a different method that will do this. I hav
@Tim This code will work
put it in functions.php file
add_filter('wp_nav_menu_items', 'do_shortcode');