Alternative Theme Switcher
Althernative Theme Switcher make user able to switch the theme of your blog.
Admins can select which theme can be selected, and users can choose betwteen those themes and display it !
Install :
- Download the plugin
- Copy the directory under your
wp-content/plugins - Enable the plugin in your admin pages
- Configure the plugin
- That’s all !
About switchable themes :
There are two kinds of switchable theme. First, you have two themes under your wp-content/themes directory with the same layout ! Then, you can choose in your admin these themes.
Second, you have one theme and you want to switch only few elements in your current theme. To do this, you can make an alternative theme. Create a directory altThemes in your theme directory and a subdirectory for each alternative theme. Keep in mind that the name of the directory will be the name of the subtheme. Finally, create a style.css under your alternative theme and place your css rules insides.
Do not forget that if the rules you want to switch are also defined in mainTheme/style.css, you may need to add the !important rule at the end of your alternative css rules.
Enjoy !
About Rendering the switcher :
To render the switcher, just paste the following code where you want to display it :
<php if ( class_exists( 'altThemeSwitcher' ) ) altThemeSwitcher::getInstance()->render();?>
Exemple :
Official Wordpress plugin page
Downloads :
Current release :
Version :






