Probably not the best design, but is there a way to make a menu item (ex: home) link to different pages based on some logic.
I have a site with basically 3 home pages depending on the type of customer. Depending on what home page they come in on, I want them to be linked back to that same home page when they clicked on “home” in the navigation.
I’m guessing I need to use a Global variable along with some PHP. Any recommendations or possible Plugin?