I'm currently trying to create a new theme. Is there a way to set my theme to the one in process and a different theme for the users? I don't want to users to see it while I'm working on it.
Hi Thuy,
Yes, just set in config the one you want your users to see.
Now, go to your main page, and type this to the end of your url
?theme=your_new_theme
Now, provided your theme exists, that's the theme you will see.
if you want to return to your sites default, just reverse the process, ?theme=default_theme
Thanks