Mobile Menu
-
I created a mobile menu using the below code and would like to know how to activate it on function.php – Please help.
// register a mobile menu function wdm_register_mobile_menu() { add_theme_support( 'nav-menus' ); register_nav_menus( array('mobile-menu' => __( 'Mobile', 'wdm' )) ); } add_action( 'init', 'wdm_register_mobile_menu' );
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Mobile Menu’ is closed to new replies.