• Hi Shazdeh,

    thanks for this great plugin. It seems to be exactly what I needed and I used it to hide menu items for specific pages using the “! is_page (xxx)” parameter.

    Now I want to achieve the following:
    1. hide the complete menu from ALL pages
    2. only show specific menu items on specific pages
    How can I achieve that?

    Thanks
    Uwe

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author shazdeh

    (@shazdeh)

    Hi,

    The plugin works on individual menu items, so to achieve “hide all menu items except these…” scenario, all you need is to edit all of the menu items you have and add is_page() logic, so for example the first menu item you can add is_page( 'x' ) so that menu item shows up only on the x page, then for the second menu item do is_page( 'y' ) so it shows up just on the y page, and so on.
    If you just want to disable the menu item entirely you could use false for the Logic field, now that menu item will not show up anywhere.
    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Show Menu only on specific pages’ is closed to new replies.