Hey WordPress Community,
I'm presently doing a website for a client using WordPress. The way he wants it is a 2 sections website. There will be a splash page where the user's going to chose the section he wants to go to.
Each section is going to have a different navigation menu and I'm not sure how to do it. I think I got the logic right but don't know how to apply it.
The way I would do it is by creating a global variable and as soon as the user select a section, give that global variable the name of the section. Then, call the specific menu associated with that variable. Don't know if this makes sense.
The problem is I don't know how to call a specific menu that I created in the dashboard for a specific section. I also don't know where to instantiate my global variables.
If you guys want more information or could help me, it would be very appreciated.
Thanks in advance.
SLAF