Main Menu on Mobile
-
Topic
-
Hi Jason,
I found a post regarding this and saw that you’d replied on how to implement a different menu on mobile but I need a little more help if you don’t mind.I’ve created a menu called MOBILEMENU and the id=100. I’m just wondering what I replace in this code.
/** * Register mobile menu with WordPress */ register_nav_menu( 'mobile', 'Mobile Menu' ); /** * Filter new menu ID into theme */ function my_mobile_menu( $menu_id ) { return "mobile"; } add_filter('themeblvd_responsive_menu_location', 'my_mobile_menu');
Thanks for your help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.