Adding a second menu?
-
Hi, I’m trying to add a second (and maybe a third) menu to the Verbo-Theme. I found some guides but they don’t work. When I add a second menu, the main menu appears two times. I guess the problem ist this code in the mythemes.class.php:
/* REGISTER THEME MENUS */
static function reg_menus( )
{
register_nav_menus( self::cfg( ‘menus’ ) );
}All guides I found tell me it should look like this:
register_nav_menus( array(
‘top_navi’ => ‘Top-Navigation’,
‘footer_navi’ => ‘Footer-Navigation’,
) );Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding a second menu?’ is closed to new replies.