Help keep our community respectful and collaborative by following these rules:
Violating these rules may result in warnings or bans.
This is a simple tutorial . So easy that I don't even have words for it ?
To change themes
Create a Html with this code
<a href="<?php echo $wo['config']['site_url']; ?>/?theme=wondertag">Switch to Wondertag</a>
And
<a href="<?php echo $wo['config']['site_url']; ?>/?theme=wowonder">Switch to Wowonder</a>
And
<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>
And
<a href="<?php echo $wo['config']['site_url']; ?>/?theme=instagram">Switch to Instagram</a>
And
<a href="<?php echo $wo['config']['site_url']; ?>/?theme=default">Switch to Default</a>
That's all! Enjoy...
mennou wrote:
different or html or add all code in the same html page?