I'm using the theme switcher plugin, (version 0.5) and every time I click on a link on my site to view pages, the theme changes, it doesn't stay on the theme I have set. Is there anything I can do to fix this?
I'm using the theme switcher plugin, (version 0.5) and every time I click on a link on my site to view pages, the theme changes, it doesn't stay on the theme I have set. Is there anything I can do to fix this?
Do you have cookies enabled on your browser?
Yeah I do, but this problem is happening to other people that view my site too.
I had a similar problem. My theme wouldn't change at all.
This MIGHT help...
In theme-switcher.php replace:
wp_redirect($redirect);
with
header("Location: ". $redirect);
five months later, still same problem.
This topic has been closed to new replies.