Remove Home link from menu
-
Hi,
I am trying to remove the HOME link from my main nav menu (I have a custom home page I want to use) but i havent been able to do this using the code below
function page_menu_args( $args ) {
$args[‘show_home’] = FALSE;
return $args;
}
add_filter( ‘wp_page_menu_args’, ‘page_menu_args’ );Can anyone help?
https://ninjaninja.co.uk/thebagfanatic/
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove Home link from menu’ is closed to new replies.