Hi,
i just purchased enfold theme and love all the features, however i would like to add new menu location. I had put these code in function.php
function register_my_menus() {
register_nav_menus(
array(
‘Third-Menu’ => __( ‘Third Menu’ ),
)
);
}
add_action( ‘init’, ‘register_my_menus’ );
i would like to show this menu beside the logo as the main menu is just below the logo.
Hey HANZIM,
Maybe it would be easier if you added the content to a widget instead? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Rikard
I need to add new menu location as every page have different main menu
Hi HANZIM,
You might want to use a menu plugin to have more flexibility with menu locations and conditional menu loading.
If you need further assistance please let us know.
Best regards,
Victoria