Plugin: Theme Switcher
The title itself is self explanatory.
- First of all, download the latest version of Theme Switcher
- Extract the file
- Upload it at /wp-content/plugin
- Go to your admin panel » Plugin » Activate Theme Switcher
- Codes below must be placed in your sidebar.php of your themes.
The Codes
Use this code for a list of themes:
<?php wp_theme_switcher(); ?>
Use this code for a drop down link:
<?php wp_theme_switcher
('dropdown'); ?>