• I’ll try to explain was well as I can.
    I created a site for a gym a while ago. They just openened a new location so now they want to change the setup for the website.
    They’d like to have a general part of the website with info on the compnay as a whole, but also 2 buttons that link to more info specific for the location. Those 2 segments should then get their own main navigation bar, instead of the one on the general area of the site.
    I could of course make 3 seperate wordpress sites with the 2 locations in subdomains, but I was wondering if there was a more elegant solution to this so that they can update them all from 1 backoffice.
    Anybody has any idea how to influence the content on the navigationbar per page? Is there maybe a plugin that is able to group pages and determine the main navigation?

    I hope you all understand what I mean, where I’m going with this 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • if your theme supports multiple menu then you can customise the menu call based on page ID on your header file. Eg: if (post id= normal page){ normal menu}else{members menu}

    Thread Starter wout77

    (@wout77)

    It does, so that might work. I’ll try this, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site with shared and separate content / navigation: how to?’ is closed to new replies.