Free Wowonder theme and mode switcher tutorial

Jane Marcia
Admin
Joined: 2024-11-24 00:49:31
2024-11-24 06:09:41

This is a simple tutorial . So easy that I don't even have words for it ? 
 
To change themes
Create a Html with this

<a href="<?php echo $wo['config']['site_url']; ?>/?theme=wondertag">Switch to Wondertag</a> 
<a href="<?php echo $wo['config']['site_url']; ?>/?theme=wowonder">Switch to Wowonder</a> 
<a href="<?php echo $wo['config']['site_url']; ?>/?theme=sunshine">Switch to Sunshine</a> 


To change Modes

 

<a href="<?php echo $wo['config']['site_url']; ?>/?theme=linkedin">Switch to LinkedIn</a> 
<a href="<?php echo $wo['config']['site_url']; ?>/?theme=instagram">Switch to Instagram</a> 
<a href="<?php echo $wo['config']['site_url']; ?>/?theme=default">Switch to Default</a> 

That's all! Enjoy...