Remove home page from menu
-
Hello,
I am setting up a wordpress site here:
https://saturn.host4u.net/~thebelleI have the menu for the pages split into two parts and I need to remove the “Home” link from the bottom menu but I can’t seem to get rid of it.
Here’s the code for the bottom menu:
<?php
wp_page_menu(‘show_home=0&exclude=0,2,12,14,16&sort_column=menu_order, post_title&link_before=&link_after=’);
?>
I thought show_home=0 would do it but it seems to have no effect.
Thank you for taking a look.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove home page from menu’ is closed to new replies.