wp_page_menu includes 'Home" even with show_home=0
-
I added a ‘Home’ link to my main menu with the ‘show_home=1’ using wp_page_menu() function.
Then after a week I didn’t want it there, so I changed the code and it looks like this now:
wp_page_menu('show_home=0&sort_column=menu_order&include=10,12,14,22,2&link_before=<span><span>&link_after=</span></span>');
Problem is the ‘home’ is still showing up. I have the site running on 3.2.1. version but also in dev environment on about 1-2 versions lower. Issue is at both locations.
Does anyone have any idea how to ‘reset’ this function? Or how to solve this problem?
Thank you very much.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘wp_page_menu includes 'Home" even with show_home=0’ is closed to new replies.