• I added the plugin theme-switcher.php to my plugins. I activated it and put the function wp_theme_switcher() in my sidebar. It worked when I called it, but now I can’t switch back to my custom theme. If I login and go to presentation there are various themes listed. I activate the one I want, but it doesn’t change the site. I’ve tried activating and reactivating different ones but can’t seem to overide what the wp_theme_switcher() activated. Any thoughts on why it would break the 1.5 theme admin activator?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The theme is stored in a cookie. To reset the theme manually, delete the cookie for your site. The reason you can’t switch back is that all the themes need to have the call to the wp_theme_switcher() in their respective sidebars.

    BTW, the kubrick and classic themes don’t have this by default so you’ll have to add them manually

    You can also download them from Alex King’s WP theme contest. Whilst you’re there, why not download my Gespaa theme:-)

    Thread Starter bradrice

    (@bradrice)

    Thanks I removed the cookie from firefox, but had to quit firefox and restart to get it back to my own theme. I’m working on one for the theme contest myself. That’s why I was playing around with it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘theme-switcher.php’ is closed to new replies.