Title: WP CHOOSE YOUR THEME
Author: gfazioli
Published: <strong>2009-05-21</strong>
Last modified: 2009-05-25

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-chooseyourtheme.svg)

# WP CHOOSE YOUR THEME

 By [gfazioli](https://profiles.wordpress.org/gfazioli/)

[Download](https://downloads.wordpress.org/plugin/wp-chooseyourtheme.0.6.zip)

 * [Details](https://tt.wordpress.org/plugins/wp-chooseyourtheme/#description)
 * [Reviews](https://tt.wordpress.org/plugins/wp-chooseyourtheme/#reviews)
 *  [Installation](https://tt.wordpress.org/plugins/wp-chooseyourtheme/#installation)
 * [Development](https://tt.wordpress.org/plugins/wp-chooseyourtheme/#developers)

 [Support](https://wordpress.org/support/plugin/wp-chooseyourtheme/)

## Description

WP CHOOSE YOUR THEME, let to select an avaiable theme to your visitors. In your 
template, for example in sidebar.php, insert: `<?php wp_chooseyourtheme(); ?>` and
a combo menu list shows the themes avaiable. When a your visitor click on item, 
the theme is changed.
 For defautl all themes are shows. Use Admin configuration`
Appearance -> WP Choose Your Theme` to hidden some themes.

#### Arguments

You can set args `mode` in:

_COMBO MENU_

    ```
    <?php wp_chooseyourtheme(); ?> for combo menu or
    <?php wp_chooseyourtheme("mode=menu"); ?>


    <select class="wpcyt_combo">
     <option>Theme name 1</option>
     <option>Theme name 2</option>
     <option>Theme name ...</option>
    </select>
    ```

_LIST_

    ```
    <?php wp_chooseyourtheme("mode=list"); ?> for list. 


    <ul class="wpcyt_list">
     <li class="theme-name-1"><a href="..."><span>Theme name 1</span></a></li>
     <li class="theme-name-2 selected"><a href="..."><span>Theme name 2</span></a></li>
     <li class="theme-name-..."><a href="..."><span>Theme name ...</span></a></li>
    </ul>
    ```

_ROLL_

    ```
    <?php wp_chooseyourtheme("mode=roll"); ?> for roll.


    <div class="wpcyt_roll">
     <a class="next-theme" href="#"><span>Next Theme</span></a>
    </div>
    ```

#### Related Links

 * [Saidmade](http://www.saidmade.com/)
 * [Undolog](http://www.undolog.com/)

### Thanks

## Installation

 1. Upload the entire content of plugin archive to your `/wp-content/plugins/` directory,
    
    so that everything will remain in a `/wp-content/plugins/wp-chooseyourtheme/` folder
 2. Activate the plugin through the ‘Plugins’ menu in WordPress (deactivate and reactivate
    if you’re upgrading).
 3. Open the plugin configuration page, which is located under `Appearance -> WP Choose
    Your Theme`
 4. Select the Themes you want to make hidden
 5. Insert in your template php `<?php wp-chooseyourtheme(); ?>` function
 6. Done. Enjoy.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“WP CHOOSE YOUR THEME” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ gfazioli ](https://profiles.wordpress.org/gfazioli/)

[Translate “WP CHOOSE YOUR THEME” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-chooseyourtheme)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-chooseyourtheme/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-chooseyourtheme/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-chooseyourtheme/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-chooseyourtheme/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

History release:

    ```
    * 0.6     Rev HTML output for list and roll mode: add slug theme name class
    * 0.5     Add Admin in backend under Appearance. Rev code and avoid Javascript.
    * 0.2     Rev
    * 0.1     First release
    ```

## Meta

 *  Version **0.6**
 *  Last updated **17 ел ago**
 *  Active installations **10+**
 *  WordPress version ** 2.7.1 or higher **
 *  Tested up to **2.7.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-chooseyourtheme/)
 * Tags
 * [manager](https://tt.wordpress.org/plugins/tags/manager/)[theme](https://tt.wordpress.org/plugins/tags/theme/)
 *  [Advanced View](https://tt.wordpress.org/plugins/wp-chooseyourtheme/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-chooseyourtheme/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-chooseyourtheme/reviews/)

## Contributors

 *   [ gfazioli ](https://profiles.wordpress.org/gfazioli/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-chooseyourtheme/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://labs.saidmade.com)