<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: Theme-Switcher</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: Theme-Switcher</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 16:15:31 +0000</pubDate>

<item>
<title>filosofo on "How can I remove the re-direct on Theme Switcher change?"</title>
<link>http://wordpress.org/support/topic/330381#post-1289373</link>
<pubDate>Sat, 21 Nov 2009 19:11:20 +0000</pubDate>
<dc:creator>filosofo</dc:creator>
<guid isPermaLink="false">1289373@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yes, you can just comment out the redirect part:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// wp_redirect($redirect);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>workworkwork on "How can I remove the re-direct on Theme Switcher change?"</title>
<link>http://wordpress.org/support/topic/330381#post-1276703</link>
<pubDate>Tue, 10 Nov 2009 21:31:10 +0000</pubDate>
<dc:creator>workworkwork</dc:creator>
<guid isPermaLink="false">1276703@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Ryan's Theme Switcher plugin removes the query string when it refreshes the page after a theme change (probably for good reasons) but I would like to stop it redirecting back to the index page.&#60;/p&#62;
&#60;p&#62;My users will be merely changing their preferred layout for categories - grid vs. list - which is set via a child theme.&#60;/p&#62;
&#60;p&#62;Lines 155 and 156 seem to be the culprit but I'm not 100% sure how to modify:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$redirect = remove_query_arg(&#38;#39;wptheme&#38;#39;);
wp_redirect($redirect);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any help much appreciated.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/theme-switcher/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/theme-switcher/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Bypassing the template selector in the index.php file?"</title>
<link>http://wordpress.org/support/topic/269127#post-1069268</link>
<pubDate>Sat, 09 May 2009 14:52:22 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1069268@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Don't know how you would 'invoke' index_B.php, but you might look at &#60;a href=&#34;http://wordpress.org/extend/plugins/theme-switcher/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/theme-switcher/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>julesmoretti on "Bypassing the template selector in the index.php file?"</title>
<link>http://wordpress.org/support/topic/269127#post-1069075</link>
<pubDate>Sat, 09 May 2009 08:43:59 +0000</pubDate>
<dc:creator>julesmoretti</dc:creator>
<guid isPermaLink="false">1069075@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I want to make 2 index.php (index.php and index_B.php) in the root folder, index.php pointing to one theme and index_B.php pointing to another one. &#60;/p&#62;
&#60;p&#62;Is that possible?&#60;/p&#62;
&#60;p&#62;Thank you for reading this.
&#60;/p&#62;</description>
</item>
<item>
<title>danydareck on "theme switcher without using widget"</title>
<link>http://wordpress.org/support/topic/237543#post-968694</link>
<pubDate>Wed, 28 Jan 2009 08:41:08 +0000</pubDate>
<dc:creator>danydareck</dc:creator>
<guid isPermaLink="false">968694@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you for replaying&#60;/p&#62;
&#60;p&#62;That suppose to be first step on something more complicated.&#60;br /&#62;
I'm using 4 themes at the moment and I wanted to add a button that disables 2 of my themes and a button that disable the other 2.(like 2 country flags: 2 themes in one language other 2 themes in other language)&#60;/p&#62;
&#60;p&#62;I manged to do that. Modified  plug-in.&#60;/p&#62;
&#60;p&#62;Thanks again
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "theme switcher without using widget"</title>
<link>http://wordpress.org/support/topic/237543#post-967895</link>
<pubDate>Tue, 27 Jan 2009 15:42:58 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">967895@http://wordpress.org/support/</guid>
<description>&#60;p&#62;danydareck - to a theme's style.css add a line such as &#60;strong&#62;Status: NotPublic&#60;/strong&#62; right after the Author: line.&#60;/p&#62;
&#60;p&#62;Then delete that line or change it to &#60;strong&#62;Status: publish&#60;/strong&#62; if you want allow the theme switcher to see that theme again.
&#60;/p&#62;</description>
</item>
<item>
<title>danydareck on "theme switcher without using widget"</title>
<link>http://wordpress.org/support/topic/237543#post-967684</link>
<pubDate>Tue, 27 Jan 2009 09:00:06 +0000</pubDate>
<dc:creator>danydareck</dc:creator>
<guid isPermaLink="false">967684@http://wordpress.org/support/</guid>
<description>&#60;p&#62;If you want to use it in a div just put:&#60;/p&#62;
&#60;p&#62;  &#38;lt;div id=&#34;themeswitch&#34;&#38;gt;&#60;br /&#62;
        &#38;lt;span&#38;gt;Themes:&#60;br /&#62;
        &#38;lt;?php wp_theme_switcher('dropdown'); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
      &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;where ever you  want.&#60;/p&#62;
&#60;p&#62;...anyone know how could I modify this plug-in in order to select 2 or how many themes I want  but not all that I have installed? (I will open a post later if I will not find out..still trying :) )
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "theme switcher without using widget"</title>
<link>http://wordpress.org/support/topic/237543#post-966804</link>
<pubDate>Mon, 26 Jan 2009 13:12:07 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">966804@http://wordpress.org/support/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;handed code
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Not to sure what that means...&#60;/p&#62;
&#60;p&#62;For discussion, if you are using WordPress Default Theme you could put that code in the header.php, the footer.php, the sidebar.php, or even index.php.&#60;/p&#62;
&#60;p&#62;Please review:&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Stepping_Into_Template_Tags&#34;&#62;Stepping Into Template Tags&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Stepping_Into_Templates&#34;&#62;Stepping Into Templates&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Template_Hierarchy&#34;&#62;Template Hierarchy&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>adnapa on "theme switcher without using widget"</title>
<link>http://wordpress.org/support/topic/237543#post-966781</link>
<pubDate>Mon, 26 Jan 2009 12:33:50 +0000</pubDate>
<dc:creator>adnapa</dc:creator>
<guid isPermaLink="false">966781@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks for the reply MichaelH.&#60;br /&#62;
I'm thinking I probably didn't explain it more clearly, but the code you provided, I would have that put that in my one column template in order for that to work, am I correct? Say, I want to somehow use a code and place it in my own handed code, would that be possible? Perhaps inside a div tag?&#60;/p&#62;
&#60;p&#62;I hope this kind of makes it more clear?&#60;/p&#62;
&#60;p&#62;Thanks in advance again!
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "theme switcher without using widget"</title>
<link>http://wordpress.org/support/topic/237543#post-966513</link>
<pubDate>Mon, 26 Jan 2009 02:03:38 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">966513@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I believe you could use this &#60;a href=&#34;http://wordpress.org/extend/plugins/theme-switcher/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/theme-switcher/&#60;/a&#62;.  And even though it says to use in your sidebar, I think you could put this in most any template.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;To use, add the following to your sidebar menu:

  &#38;lt;li&#38;gt;Themes:
	&#38;lt;?php wp_theme_switcher(); ?&#38;gt;
  &#38;lt;/li&#38;gt;

This will create a list of themes for your readers to select.

If you would like a dropdown box rather than a list, add this:

  &#38;lt;li&#38;gt;Themes:
	&#38;lt;?php wp_theme_switcher(&#38;#39;dropdown&#38;#39;); ?&#38;gt;
  &#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>adnapa on "theme switcher without using widget"</title>
<link>http://wordpress.org/support/topic/237543#post-966506</link>
<pubDate>Mon, 26 Jan 2009 01:48:03 +0000</pubDate>
<dc:creator>adnapa</dc:creator>
<guid isPermaLink="false">966506@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Is there any plugin that I can use to switch between multiple themes currently installed in my wordpress? I know there is one plugin that is available: theme-switcher-reloaded, but that requires a widget which requires a sidebar in-order for that to work. here's the thing, I only like using themes that contains one column and I have my own handed sidebar。And all the codes in my page is html (not .php) So is there any other plugins available that doesn't require a sidebar or widgets for it to work? or a specific kind of code that allows me to control the themes?&#60;/p&#62;
&#60;p&#62;Sorry for my poor english, and thanks in advance to anyone that answers!
&#60;/p&#62;</description>
</item>
<item>
<title>mtahta on "Theme Switch doesn't work after upgrade"</title>
<link>http://wordpress.org/support/topic/156511#post-800443</link>
<pubDate>Thu, 10 Jul 2008 19:51:45 +0000</pubDate>
<dc:creator>mtahta</dc:creator>
<guid isPermaLink="false">800443@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello, i want to switch themes in my &#60;a href=&#34;http://www.hitman.gen.tr/&#34;&#62;blog&#60;/a&#62;. I searched in google and i only find this topic.&#60;br /&#62;
How can i do this?&#60;/p&#62;
&#60;p&#62;I mean, i want to change my blog to wordpress theme site. For example, user ll click theme name and ll be redirect my example wordpress site.&#60;/p&#62;
&#60;p&#62;How can i do this?&#60;br /&#62;
Sorry for my bad english.&#60;br /&#62;
regards from turkey,&#60;br /&#62;
mehmet.
&#60;/p&#62;</description>
</item>
<item>
<title>blogcms on "Paid Gig - Make money updating theme-switcher plugin"</title>
<link>http://wordpress.org/support/topic/144153#post-712645</link>
<pubDate>Sun, 23 Mar 2008 15:23:17 +0000</pubDate>
<dc:creator>blogcms</dc:creator>
<guid isPermaLink="false">712645@http://wordpress.org/support/</guid>
<description>&#60;p&#62;undoIT,&#60;br /&#62;
Your contact form produces an error at &#60;a href=&#34;http://themebot.com/contact/member-support&#34; rel=&#34;nofollow&#34;&#62;http://themebot.com/contact/member-support&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ladycrow on "Theme Switch doesn't work after upgrade"</title>
<link>http://wordpress.org/support/topic/156511#post-691986</link>
<pubDate>Tue, 12 Feb 2008 17:40:26 +0000</pubDate>
<dc:creator>ladycrow</dc:creator>
<guid isPermaLink="false">691986@http://wordpress.org/support/</guid>
<description>&#60;p&#62;A little more info..&#60;/p&#62;
&#60;p&#62;I've cleared my cache and tried another browser so it's not that. Also, if I manually change the default theme, it works fine.&#60;/p&#62;
&#60;p&#62;It seems that if I change the theme on the site via the switcher and then click the 'home' link to index.php, it then switches and remains. Why isn't it doing it automatically?
&#60;/p&#62;</description>
</item>
<item>
<title>ladycrow on "Theme Switch doesn't work after upgrade"</title>
<link>http://wordpress.org/support/topic/156511#post-691943</link>
<pubDate>Tue, 12 Feb 2008 15:17:35 +0000</pubDate>
<dc:creator>ladycrow</dc:creator>
<guid isPermaLink="false">691943@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I just upgraded to WP 2.3.3. (&#60;a href=&#34;http://lyrical.7and1.net&#34; rel=&#34;nofollow&#34;&#62;http://lyrical.7and1.net&#60;/a&#62;) from 2.0.something. The upgrade itself went fine. My site looked a little buddy until I remember to reactivate the theme switcher (silly me) but now the switcher doesn't work. Clicking on any of the available themes just reloads the page, same thing.&#60;/p&#62;
&#60;p&#62;I tried deactivating other plugins in the event that they were conflicting. I only have a few and that wasn't the issue.&#60;/p&#62;
&#60;p&#62;I tried switching the default theme. Doesn't matter.&#60;/p&#62;
&#60;p&#62;I haven't touched anything with the themes themselves and I did nothing besides upgrade WP, delete some deactivated plugins (unrelated) and delete the index.php from the /wp folder (my index is on the main subdomain) but that was after I found the issue with the switcher and it still hasn't changed. &#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/theme-switcher/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/theme-switcher/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>gofree on "Is 0.5 compatible with WP 2.3.2?"</title>
<link>http://wordpress.org/support/topic/149852#post-691357</link>
<pubDate>Mon, 11 Feb 2008 16:16:32 +0000</pubDate>
<dc:creator>gofree</dc:creator>
<guid isPermaLink="false">691357@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You must be lucky if you are still working with WP2.3.2!!! After updating to WP 2.3.3, my theme-switcher 2.0 downloaded from &#60;a href=&#34;http://386a.net/blog/wordpress/theme-switcher/&#34; rel=&#34;nofollow&#34;&#62;http://386a.net/blog/wordpress/theme-switcher/&#60;/a&#62; no longer works as normal. It shows this whenever I switch to another theme while it is working fine in another wordpress 2.3.2.&#60;/p&#62;
&#60;p&#62;Error message:&#60;br /&#62;
&#60;code&#62;The active theme is broken. Reverting to the default theme.&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Any solution, plz. -Thanks-
&#60;/p&#62;</description>
</item>
<item>
<title>DSB on "Is 0.5 compatible with WP 2.3.2?"</title>
<link>http://wordpress.org/support/topic/149852#post-681029</link>
<pubDate>Wed, 23 Jan 2008 01:32:52 +0000</pubDate>
<dc:creator>DSB</dc:creator>
<guid isPermaLink="false">681029@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I realize it's my error; I just can't figure out what I did wrong.  It worked for me before.
&#60;/p&#62;</description>
</item>
<item>
<title>bmck on "Is 0.5 compatible with WP 2.3.2?"</title>
<link>http://wordpress.org/support/topic/149852#post-680979</link>
<pubDate>Tue, 22 Jan 2008 22:47:44 +0000</pubDate>
<dc:creator>bmck</dc:creator>
<guid isPermaLink="false">680979@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It is definitely compatible with 2.3.2; I just integrated it into my new site preferences panel.
&#60;/p&#62;</description>
</item>
<item>
<title>DSB on "Is 0.5 compatible with WP 2.3.2?"</title>
<link>http://wordpress.org/support/topic/149852#post-670015</link>
<pubDate>Wed, 02 Jan 2008 19:56:44 +0000</pubDate>
<dc:creator>DSB</dc:creator>
<guid isPermaLink="false">670015@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hm.  I'm not sure what the problem is, then.  I *do* have it installed and activated.  Thanks for your response.
&#60;/p&#62;</description>
</item>
<item>
<title>btard on "Is 0.5 compatible with WP 2.3.2?"</title>
<link>http://wordpress.org/support/topic/149852#post-669632</link>
<pubDate>Wed, 02 Jan 2008 04:01:29 +0000</pubDate>
<dc:creator>btard</dc:creator>
<guid isPermaLink="false">669632@http://wordpress.org/support/</guid>
<description>&#60;p&#62;If TS 0.5 was compatible with 2.3.1 then it will most likely be compatible to 2.3.2.
&#60;/p&#62;</description>
</item>
<item>
<title>DSB on "Is 0.5 compatible with WP 2.3.2?"</title>
<link>http://wordpress.org/support/topic/149852#post-669627</link>
<pubDate>Wed, 02 Jan 2008 03:53:43 +0000</pubDate>
<dc:creator>DSB</dc:creator>
<guid isPermaLink="false">669627@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I recently installed Theme Switcher 0.5 with WP 2.3 and it worked for a few days before it stopped.  Then I noticed that there was new version of WP to upgrade to, so I did that.  I have since reinstalled the Theme Switcher plugin and activated it, but it does not show up in presentation in the widget options.  Does anyone know how I can fix this?  I'd really like to use this plugin again.
&#60;/p&#62;</description>
</item>
<item>
<title>undoIT on "Paid Gig - Make money updating theme-switcher plugin"</title>
<link>http://wordpress.org/support/topic/144153#post-664340</link>
<pubDate>Wed, 19 Dec 2007 00:08:25 +0000</pubDate>
<dc:creator>undoIT</dc:creator>
<guid isPermaLink="false">664340@http://wordpress.org/support/</guid>
<description>&#60;p&#62;thanks shadow. i'll check it out.
&#60;/p&#62;</description>
</item>
<item>
<title>shadow on "Paid Gig - Make money updating theme-switcher plugin"</title>
<link>http://wordpress.org/support/topic/144153#post-661089</link>
<pubDate>Tue, 11 Dec 2007 08:49:23 +0000</pubDate>
<dc:creator>shadow</dc:creator>
<guid isPermaLink="false">661089@http://wordpress.org/support/</guid>
<description>&#60;p&#62;WP-Pro's mailing list:&#60;br /&#62;
&#60;a href=&#34;http://lists.automattic.com/mailman/listinfo/wp-pro&#34; rel=&#34;nofollow&#34;&#62;http://lists.automattic.com/mailman/listinfo/wp-pro&#60;/a&#62;&#60;br /&#62;
Also consider joining and soliciting professional assistance from the wp-pro mailing list: &#60;a href=&#34;http://lists.automattic.com/mailman/listinfo/wp-pro&#34; rel=&#34;nofollow&#34;&#62;http://lists.automattic.com/mailman/listinfo/wp-pro&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>undoIT on "Paid Gig - Make money updating theme-switcher plugin"</title>
<link>http://wordpress.org/support/topic/144153#post-661043</link>
<pubDate>Tue, 11 Dec 2007 06:01:30 +0000</pubDate>
<dc:creator>undoIT</dc:creator>
<guid isPermaLink="false">661043@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Isn't there somebody out there who would like to take on this project and earn some dough?
&#60;/p&#62;</description>
</item>
<item>
<title>imagiscapeca on "Theme Switcher plugin not working"</title>
<link>http://wordpress.org/support/topic/131049#post-659926</link>
<pubDate>Sat, 08 Dec 2007 20:00:54 +0000</pubDate>
<dc:creator>imagiscapeca</dc:creator>
<guid isPermaLink="false">659926@http://wordpress.org/support/</guid>
<description>&#60;p&#62;This is resolved for both the originator and me, but since I did not create this thread, I cannot mark it resolved.  Fair enough.
&#60;/p&#62;</description>
</item>
<item>
<title>undoIT on "Paid Gig - Make money updating theme-switcher plugin"</title>
<link>http://wordpress.org/support/topic/144153#post-650756</link>
<pubDate>Mon, 19 Nov 2007 09:07:05 +0000</pubDate>
<dc:creator>undoIT</dc:creator>
<guid isPermaLink="false">650756@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It has been over two years since the theme-switcher plugin was updated. If you have a large number of themes on your site, the theme switcher can be very slow to load the first time a theme is called via URL. I am willing to pay somebody to update theme-switcher.php with the following improvements:&#60;/p&#62;
&#60;p&#62;1. Improve speed. It can take 40 seconds or more to load via URL first time when a theme hasn't been loaded in a while.&#60;/p&#62;
&#60;p&#62;2. Adjust the way it loads so that the URL to the theme remains in the Address bar after loading and allows theme to be checked via theme-switcher URL for valid XHTML. See the Drupal theme changer function for how this should be implemented.&#60;/p&#62;
&#60;p&#62;3. Add a setting so that the URL to the theme can be created optionally with the theme name from the style sheet, or via the directory name.&#60;/p&#62;
&#60;p&#62;If you can code these changes and are interested in taking on this project, please contact Themebot:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themebot.com/contact/member-support&#34; rel=&#34;nofollow&#34;&#62;http://themebot.com/contact/member-support&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>imagiscapeca on "Theme Switcher plugin not working"</title>
<link>http://wordpress.org/support/topic/131049#post-649879</link>
<pubDate>Fri, 16 Nov 2007 20:35:24 +0000</pubDate>
<dc:creator>imagiscapeca</dc:creator>
<guid isPermaLink="false">649879@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have not yet found which plugin it conflicted with, but I removed all my plugins and started from scratch, leaving 10 plugins un-activated, and now it works.
&#60;/p&#62;</description>
</item>
<item>
<title>imagiscapeca on "Theme Switcher plugin not working"</title>
<link>http://wordpress.org/support/topic/131049#post-647050</link>
<pubDate>Sun, 11 Nov 2007 17:34:54 +0000</pubDate>
<dc:creator>imagiscapeca</dc:creator>
<guid isPermaLink="false">647050@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi Andrej,&#60;/p&#62;
&#60;p&#62;I see you got it to work.  Do you know what made the difference? &#60;/p&#62;
&#60;p&#62;It used to work for me, but not now.&#60;/p&#62;
&#60;p&#62;imagiscape.ca/blog
&#60;/p&#62;</description>
</item>
<item>
<title>and5rey on "Theme Switcher plugin not working"</title>
<link>http://wordpress.org/support/topic/131049#post-606725</link>
<pubDate>Thu, 23 Aug 2007 17:21:19 +0000</pubDate>
<dc:creator>and5rey</dc:creator>
<guid isPermaLink="false">606725@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Nobody? :(
&#60;/p&#62;</description>
</item>
<item>
<title>and5rey on "Theme Switcher plugin not working"</title>
<link>http://wordpress.org/support/topic/131049#post-605729</link>
<pubDate>Tue, 21 Aug 2007 13:52:21 +0000</pubDate>
<dc:creator>and5rey</dc:creator>
<guid isPermaLink="false">605729@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have a site with Wordpress themes for download (wpmix.com) and each theme has its own demo (installed on wpmix.com/wpdemos/). I'm using Theme Switcher plugin to get this working. However, the live demo works only for 4 themes (the newest 4). I don't know why it doesn't work with the other ones. Please check out my site to see the problem.&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
