Forum

Rules📌

Help keep our community respectful and collaborative by following these rules:

  • No Unsolicited Payment Requests:Do not ask for money or paid services unless the person seeking help requests it.
  • Keep Discussions Public:Questions and answers should stay in the forum unless the original poster requests a private conversation.
  • Post in Correct Categories:Place each post in its specific category to help keep the forum organized and accessible.
  • No Spam or Self-Promotion: Advertising unrelated products, services, or self-promotion without consent is not allowed.
  • Respectful Communication: Engage with others respectfully and avoid offensive or disruptive behavior.

Violating these rules may result in warnings or bans.

Read more here

Free Wowonder theme and mode switcher tutorial

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...

Reply to this topic Share on my timeline

2 Replies

Avatar

edy lee·

different or html or add all code in the same html page?
Avatar

Scripts Tribe·

mennou wrote:
different or html or add all code in the same html page?


First 3 is for theme switch
Last 3 is for Mode switch
Do you wanna offer both? Than you created a html with all of. This a just link. You can add icons or theme screenshots.