Site logo

Archived topic

Seperate menu for specific pages

3 replies · Started by Clyde on June 2, 2021

Viewing posts 1–4 of 4

I run a salon directory. Is it possible for me to create separate navigation menus for each salon page on my site. I want to give them the feeling that they have a website within my site.

is there any way I can do it with a hook element? I'm worried about slowing down the site with plugins.

Hi Clyde,

is there any way I can do it with a hook element? I’m worried about slowing down the site with plugins.

Not all plugins are bad. But the best way to know if by trying them out.

To answer the question:
You can but it's not ideal. You may as well use wp_nav_menu_args filter through a code snippets plugin or a child theme's functions.php.

Example usage/s:
https://generatepress.com/forums/topic/adding-menus-to-pages/#post-1766687
https://generatepress.com/forums/topic/separate-slide-out-menu-for-mobile/#post-1637887
https://generatepress.com/forums/topic/different-main-menu-for-logged-in-users/#post-1554999

These should give you an idea on what to do next. :)

This archived topic is closed to new replies.