Forums
Forums / Theme: Storefront / Outlet Theme Homepage Menu
(@hoilchoi)
9 years, 11 months ago
Hello,
I’m trying to remove homepage menu displayed in homepage. I used this code, which was found in FAQ, but the menu still shows.
add_action( 'init', 'jk_remove_homepage_categories' ); function jk_remove_homepage_categories() { remove_action( 'storefront_page', 'outlet_homepage_navigation', 5 ); remove_action( 'storefront_page', 'outlet_homepage_content_wrapper', 6 ); remove_action( 'storefront_page', 'outlet_homepage_content_wrapper_close', 30 ); }
Can someone help me with removing the homepage menu? I kinda like it, but want to see what it looks like without it.
Thanks, Hoil
The topic ‘Outlet Theme Homepage Menu’ is closed to new replies.