[Resolved] several menus on the site

Home Forums Support [Resolved] several menus on the site

Home Forums Support several menus on the site

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2051357
    detanatar

    How to create a custom menu for each page

    #2051402
    Ying
    Staff
    Customer Support

    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 πŸ™‚

    #2051406
    detanatar

    I need help.
    Tell me which plugin?

    #2051440
    Ying
    Staff
    Customer Support
    #2053560
    detanatar

    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

    #2054759
    Ying
    Staff
    Customer Support

    Ah that’s smart πŸ™‚

    Glad you figured it out!

    #2055432
    detanatar

    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

    #2055950
    Ying
    Staff
    Customer Support

    Haha at least you made it happen πŸ˜›

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.