Foros
The great place to discuss topics with other users
Theme and mode switcher tutorial
'
Join the Conversation
Post Reply
2025-05-22 00:29:57
This is a simple tutorial. So easy that I don't even have words for it 🤯
To change themes:
Create an HTML file with this code:
<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>