For this plugin to work correctly the latest version of K2 must be installed and selected as the current theme
- Unzip the plugin archive
- Upload the entire
k2-style-switcher directory to the /wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Goto the K2 admin panel ('Appearance' > 'K2 Options') and select the K2 styles that you ALWAYS want to be applied to the site (these are called the 'Base Styles' in our terminology)
- Goto the K2 Style Switcher admin panel ('Appearance' > 'K2 Style Switcher') and select the K2 styles that you want visitor to be able to choose from. You may also want to customise the other settings at this point
- To display the Style Picker that allows visitors to change the active K2 Style, either use the included widget or place the following code where you want it to appear:
<?php k2ss_style_picker(); ?>. If the widget is used then the format of the Style Picker is set via the widget options, otherwise the default format set in the K2 Style Switcher admin panel is used