I think the new themes mode in 1.5 lends itself perfectly to using a skin switcher.
I am working to where my headers and footers are more consistent between themes, I think that will make it easier.
joni, do you mean something like…oh, I dont know…this?
http://dev.wp-plugins.org/wiki/ThemeSwitcher
I have just died and gone to heaven! Thanks, Kafka!
I’m having an issue using the Themeswitcher 🙁
Warning: Cannot modify header information – headers already sent by (output started at /home/troydp/public_html/wp/wp-content/plugins/theme-switcher.php:2) in /home/troydp/public_html/wp/wp-admin/admin.php on line 6
Warning: Cannot modify header information – headers already sent by (output started at /home/troydp/public_html/wp/wp-content/plugins/theme-switcher.php:2) in /home/troydp/public_html/wp/wp-admin/admin.php on line 7
Warning: Cannot modify header information – headers already sent by (output started at /home/troydp/public_html/wp/wp-content/plugins/theme-switcher.php:2) in /home/troydp/public_html/wp/wp-admin/admin.php on line 8
Warning: Cannot modify header information – headers already sent by (output started at /home/troydp/public_html/wp/wp-content/plugins/theme-switcher.php:2) in /home/troydp/public_html/wp/wp-admin/admin.php on line 9
Before I go ahead and take my site down(due to my blatant trying to fix things), I’m 100% sure I copy and pasted the code exactly the way it should be. Should I be reciveing this errors?
—- UPDATE
Please ignore that comment. I had to change “<?php” to “<?” in order for it to work
The usual cause of that error is whitespace either before the opening <?php or after the closing ?> in the plugin file. Open it in a text editor and make sure there are no spaces or line breaks at the end…