change template with button
Try using switch_theme(). <?php switch_theme( $stylesheet ) ?> I have personally never used it but it sounds like what you want. You just need to pass the stylesheet name you are using. Here is a very basic demo I put together. You would basically but the following code, where ever its needed in both themes. … Read more