Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Is there a plugin out there or a certain way to embed a custom wordpress menu into a page?

share|improve this question
What do you mean by "custom wordpress menu"? You can use wp_nav_menu() in your template files(ie page-somepage.php) to display any menu from the Appearance >> Menus admin page: codex.wordpress.org/Function_Reference/wp_nav_menu – Ben Sep 10 '12 at 23:26
I know how to do that within the template file. I was wondering if there was maybe, like, a plugin that could (or would) use something like a shortcode to embed a wordpress menu into the wysiwyg editor for a page. – ultraloveninja Sep 11 '12 at 20:26
I believe you are looking for something like this plugin then: wordpress.org/extend/plugins/show-menu-shortcode – Ben Sep 11 '12 at 23:25
Yep, thats what I was looking for. Thanks! – ultraloveninja Sep 12 '12 at 14:38

closed as off topic by toscho Oct 21 '12 at 14:36

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.