• Resolved phillbooth

    (@phillbooth)


    Hi is it possible to have a different theme on the same instillation of wordpress, the pages structures and functions are so different it cant be the same theme unfortunately.

    I figured I could use if (strrpos("myfolder",$_SERVER["REQUEST_URI"])) to identify a folder than needed a different theme applied but where do I change the variables?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You could use WordPress MU. But, if that separates your web sites too much, the only other solution that I can think of is very awkward, and might not even work: combine two Themes into one by having multiple template files that call different headers and footers, etc. Then, you would choose which template file (i.e. – which theme) for each page as you create it.

    Everything I’ve seen says that WordPress was built with the concept of one web site (and one installation of non-MU WordPress), one Theme.

    Thread Starter phillbooth

    (@phillbooth)

    I found a solution by downloading “Motif WordPress Theme Switcher” plugin and changing the plugin.php file code so that instead of time it picked up the “myfolder” in the URL.

    Thanks for you help

    Learn something every day! At least, I do. Thanks for providing today’s item for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘One website Multiple Themes’ is closed to new replies.