Menu Hide Home Page
-
Hi Guys
I am using StoreFront theme for WooCommerce. As usual stock again “Never Ending Story”. I like to display the Primary menu on all pages other than home. I have placed the function below, but not sure if I am on the right track.
I appreciate any help in advance.# add_action( ‘init’, ‘remove_PrimaryNav’, 50 );
# function remove_PrimaryNav () {
# if(!is_home()){
# remove_action( ‘storefront_header’,’storefront_primary_navigation’, 50 );
# }
# }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Menu Hide Home Page’ is closed to new replies.