Theme Switcher
Theme Switcher allows your readers to switch among installed themes.
Installation
- Download theme-switcher.php.
- Copy theme-switcher.php into your wp-content/plugins folder.
- In the WordPress Admin Panel, activate the Theme Switcher plugin on the Plugins tab.
- Add wp_theme_switcher() to your template. See Usage.
Usage
To use, add the following to your sidebar menu:
<li>Themes: <?php wp_theme_switcher(); ?> </li>
This will create a list of themes for your readers to select.
If you would like a dropdown box rather than a list, add this:
<li>Themes: <?php wp_theme_switcher('dropdown'); ?> </li>
Last modified 19 years ago
Last modified on 04/06/2006 09:56:54 PM