Hi guys,
I've been using WordPress as a CMS for client websites for a while now, but recently have come across what I'm considering a unique request.
The client would like to have a splash page and two options. Depending on the link you click you are directed into one of two Portals (A & B respectively)
For the most part the only difference between Portal A & Portal B is the header footer, but in some cases, content will be unique to the respective Portal as well. The client would like to only have to edit one page if the content is identical between Portals.
Can anyone suggest a flexible way to go about doing this?
Here's what I've sorted out in my head. This may not be the most graceful solution but it might get creative juices flowing for some.
I will be using "Templates" to determine the different layouts of the site. Let's go with a basic Splash for the initial choice of Portal page. OneColumn for a basic one column, full-width layout. TwoColumn for a two column layout.
I plan on using PHP to append the current Portal to the navigation (?portal=a or ?portal=b), as well as determine what Portal has been passed. This will determine the header/footer to display.
I cannot for the life of me think of a way to use cross-Portal content, unless otherwise specified. I'm trying to come up with some way of maybe using Blog Posts for Pages, and instead of Templates for layouts, using Categories. I would be able to have Categories for Portal specific pages too that way. The navigation might have to be hard-coded in which case I wouldn't need to worry about it?
I'm just bouncing ideas around, I'm fairly weak with PHP and I know that someone else will have used WordPress for something similar. Any help is appreciated.
Kind regards,
D