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"); ?>
`
Theme name 1
Theme name 2
Theme name ...
`
LIST
<?php wp_chooseyourtheme("mode=list"); ?>
for list.
`
`
ROLL
<?php wp_chooseyourtheme("mode=roll"); ?>
for roll.
`
Next Theme
`
Related Links