Forums
Forums / Fixing WordPress / help with wp_page_menu
(@sagive)
15 years, 9 months ago
hey…
i am using this command: <?php wp_page_menu( array( 'show_home' => 'home', 'sort_column' => 'menu_order' ) ); ?>
<?php wp_page_menu( array( 'show_home' => 'home', 'sort_column' => 'menu_order' ) ); ?>
i want to exclude a certain page from the menu.. how can i do that while showing the “home” in the menu
(@kapilchugh)
This link will give you complete information about custom menus.
http://thinkvitamin.com/dev/getting-started-with-wordpress-custom-menus/
(@songdogtech)
See http://codex.wordpress.org/Function_Reference/wp_page_menu to exclude a page, or use a plugin like Exclude Pages « WordPress Plugins
15 years, 8 months ago
10x a bunch guys 🙂
The topic ‘help with wp_page_menu’ is closed to new replies.