Plugin Directory

wiki:ThemeSwitcher

Theme Switcher

Theme Switcher allows your readers to switch among installed themes.

Installation

  1. Download theme-switcher.php.
  2. Copy theme-switcher.php into your wp-content/plugins folder.
  3. In the WordPress Admin Panel, activate the Theme Switcher plugin on the Plugins tab.
  4. 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