Tagged: icon, secondary menu
Hello,
I would like to display the login icon (is in the secondary menu) which works perfectly in the others pages but not in the homepage because homepage is a blank template.
In other words, is it possible to display a secondary menu in a page build with a blank template and not with the standard template?
Please see the images!
Thank you!
Laura
Hey opificioilgranello,
You can try adding the menu in the template like so
wp_nav_menu('Navbar');
If you need further assistance please let us know.
Best regards,
Victoria
Hello Victoria,
I’ve tried to insert the code in the page but it doesn’t work :-/
Hi opificioilgranello,
Where did you try to insert it?
Best regards,
Victoria
Hi Victoria!
I’ve inserted the code right inside the page (the homepage).
Laura
Hi,
Please try load it as
wp_nav_menu( array( ‘theme_location’ => ‘Navbar’ ) );
but make sure that Navbar is the name of the menu you want to load.
Best regards,
Basilis
Hi Basilis,
it doesn’t work :(
Laura
Hi,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Basilis
No problem, I’ve just solved :)