how to insert shortcode into wordpress menu

前端 未结 3 1384
旧巷少年郎
旧巷少年郎 2021-02-04 13:36

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

3条回答
  •  你的背包
    2021-02-04 14:00

    @Tim This code will work

    put it in functions.php file

    add_filter('wp_nav_menu_items', 'do_shortcode');
    

提交回复
热议问题