short code Menubar › short code Author Post August 15, 2015 11:50 UTC #4570 Reply Christina Guest So far this seems like what I was looking for. I need to display a custom menu inside a specific page. But I have only found the docs on implementing it in the theme. Is it possible to use short code to call it on only the one page? August 19, 2015 12:49 UTC #4571 Reply andrea Plugin Author Hi Christina, You can use this code in your theme, e.g. at the end of header.php: if (is_page ('Your Page Title Here')) { do_action ('wp_menubar', 'your menu name here'); } Please let me know if this works for you! Author Post Reply to: short code My Information * Name * Mail (will not be published) Website (will not be published) Notify me of follow-up replies via email Submit