Making A Live WordPress Theme

Many websites make WordPress themes and offer live previews of them for you to have a look at before you download them. It’s quite simple to do

1. Upload another copy of WordPress into a different directory and rename it themes.

2. Download and install this plugin into the new wordpress and activate it. Alternatively on your new WordPress dashboard go to Plugins >> Add New and search theme preview and click Install.

3. Activate the plugin, then upload your new themes to your new WordPress folder, themes >> wp-content >> themes.

4. To preview your themes simply add a link to your site with this code on the end and change the theme1 and theme2 to the names of the themes you’ve uploaded.

 http://yoursite.com/themes/index.php?preview_theme=theme1 

http://yoursite.com/themes/index.php?preview_theme=theme2