Archived topic
several menus on the site
7 replies · Started by detanatar on December 16, 2021
How to create a custom menu for each page
Hi there,
In order to do so, you'll need some conditional menu plugins.
If you are familiar with CSS, you could also add all the menu items to the same menu, then use CSS to hide some of the menu items on certain pages.
Let me know if you need further assistance :)
I need help.
Tell me which plugin?
Give this plugin a try: https://en-ca.wordpress.org/plugins/conditional-menus/
Thank you
It turned out to solve the problem differently.
I create as many menus as I need.
You do not need to assign an output location for the menu
<?php wp_nav_menu('menu=455'); ?>
I display the code in the place I need, in which I indicate the menu ID
Ah that's smart :)
Glad you figured it out!
Yes - it works.
But it does not take styles from menu settings.
As a result, I had to create several menus in HTML and insert Hook on the necessary pages.
--------------
Generatepress - I love you.
--------------
I hate designers.
They express themselves and do not think about the user.
The designer created his menu on each page
Haha at least you made it happen :P