Theme Switcher
Plugin Description:
Allows the switching of themes by the site visitor:
- all templates configured in any page must exist in all themes
- if there is a functions.php in a theme, it must be the same in all themes
Install Instructions:
Unzip to your plugins folder.
Add links (or a form) to your template to allow the visitor to switch themes:
To temporarily (user session) switch to a theme (here Cardinal), use a link
...?settheme&theme=Cardinal
To permanently (default 30 days via cookie) switch to a theme (here Cardinal), use a link
...?settheme&theme=Cardinal&persistent=1
To switch to default theme (and clear the cookie), use a link
...?settheme