WP CHOOSE YOUR THEME, let to select an avaiable theme to your visitors.
As of April 2026, WP CHOOSE YOUR THEME is a WordPress theme plugin with 10 active installations and a 0/5 rating0. It has been downloaded 2.9K+ times in total. Requires WordPress 2.7.1+ and PHP false+. Available on WordPress.org since 2009. Last updated 16 years ago — may have compatibility concerns. Top alternative: Kirki Customizer Framework.
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.
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 cla…| WordPress | 2.7.1+ requiredTested up to 2.7.1 |
| PHP | false+ required |
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
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.