<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Change the default theme for sites without a plugin</title>
	<atom:link href="http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/</link>
	<description>WordPress multisite how to - making sense of the network feature from what was wordpress mu</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Jason Ulrich</title>
		<link>http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/#comment-12067</link>
		<dc:creator>Jason Ulrich</dc:creator>
		<pubDate>Wed, 22 Jun 2011 21:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=425#comment-12067</guid>
		<description>Thank you so much.  Especially for the edit about child themes.  Worked perfectly.</description>
		<content:encoded><![CDATA[<p>Thank you so much.  Especially for the edit about child themes.  Worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/#comment-11753</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Tue, 22 Feb 2011 23:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=425#comment-11753</guid>
		<description>Because you;re using different themes. This is if you use the same parent on ALL sites.</description>
		<content:encoded><![CDATA[<p>Because you;re using different themes. This is if you use the same parent on ALL sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/#comment-11752</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Tue, 22 Feb 2011 23:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=425#comment-11752</guid>
		<description>Also - extra blogs in the network DO NO need to use a buddypress theme. you only need a BP theme on the blog where BP is home.</description>
		<content:encoded><![CDATA[<p>Also &#8211; extra blogs in the network DO NO need to use a buddypress theme. you only need a BP theme on the blog where BP is home.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/#comment-11741</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Sat, 19 Feb 2011 15:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=425#comment-11741</guid>
		<description>This doesn&#039;t work with child themes.</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work with child themes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venu</title>
		<link>http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/#comment-11737</link>
		<dc:creator>venu</dc:creator>
		<pubDate>Sat, 19 Feb 2011 11:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=425#comment-11737</guid>
		<description>I think the problem is on my end.When I am trying any other parent theme as default theme.The newly created sub-sites are showing an error

I could not able to replicate the problem.I followed exactly as explained 

define(‘WP_DEFAULT_THEME’, ‘mytheme’);</description>
		<content:encoded><![CDATA[<p>I think the problem is on my end.When I am trying any other parent theme as default theme.The newly created sub-sites are showing an error</p>
<p>I could not able to replicate the problem.I followed exactly as explained </p>
<p>define(‘WP_DEFAULT_THEME’, ‘mytheme’);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/#comment-11655</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Sat, 22 Jan 2011 17:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=425#comment-11655</guid>
		<description>&quot;define(‘WP_DEFAULT_THEME’, ‘twentyten’);&quot;

You have it set to twentyten is why.</description>
		<content:encoded><![CDATA[<p>&#8220;define(‘WP_DEFAULT_THEME’, ‘twentyten’);&#8221;</p>
<p>You have it set to twentyten is why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NrFive</title>
		<link>http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/#comment-11651</link>
		<dc:creator>NrFive</dc:creator>
		<pubDate>Sat, 22 Jan 2011 00:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=425#comment-11651</guid>
		<description>Trying to achieve the default theme for newly created blogs.

Added this to my wp-config file:

define(&#039;WP_DEFAULT_THEME&#039;, &#039;twentyten&#039;);
define( &#039;TEMPLATEPATH&#039;, &#039;/customers/gameshrine.org/gameshrine.org/httpd.www/wp-content/themes/fishbook-buddypress-buddypack&#039;); 

Yet no results...  can&#039;t figure out what is going wrong here...

Currently checking my php logs to see if I can fix anything.</description>
		<content:encoded><![CDATA[<p>Trying to achieve the default theme for newly created blogs.</p>
<p>Added this to my wp-config file:</p>
<p>define(&#8216;WP_DEFAULT_THEME&#8217;, &#8216;twentyten&#8217;);<br />
define( &#8216;TEMPLATEPATH&#8217;, &#8216;/customers/gameshrine.org/gameshrine.org/httpd.www/wp-content/themes/fishbook-buddypress-buddypack&#8217;); </p>
<p>Yet no results&#8230;  can&#8217;t figure out what is going wrong here&#8230;</p>
<p>Currently checking my php logs to see if I can fix anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/#comment-11647</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Thu, 20 Jan 2011 05:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=425#comment-11647</guid>
		<description>I confirmed I am using the correct path for the templates.  As soon as I change set TEMPLATEPATH to anything my main blog changes.</description>
		<content:encoded><![CDATA[<p>I confirmed I am using the correct path for the templates.  As soon as I change set TEMPLATEPATH to anything my main blog changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/#comment-11646</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Thu, 20 Jan 2011 05:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=425#comment-11646</guid>
		<description>This simply doesn&#039;t work.  If I set the TEMPLATEPATH to my twentyten child theme it changes my main blog (my BP blog) but subblogs work. If I change TEMPLATEPATH to point to BP-Default my home page works but then sub blogs dont.

 I don&#039;t have any errors.  I have spent a couple hours trying to figure out what im doing wrong.</description>
		<content:encoded><![CDATA[<p>This simply doesn&#8217;t work.  If I set the TEMPLATEPATH to my twentyten child theme it changes my main blog (my BP blog) but subblogs work. If I change TEMPLATEPATH to point to BP-Default my home page works but then sub blogs dont.</p>
<p> I don&#8217;t have any errors.  I have spent a couple hours trying to figure out what im doing wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://wpmututorials.com/how-to/change-the-default-theme-for-sites-without-a-plugin/#comment-11644</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Wed, 19 Jan 2011 19:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=425#comment-11644</guid>
		<description>&quot;define( ‘TEMPLATEPATH’, ‘/wp-content/themes/twentyten’);&quot;

This needs to be the full server path, so /public_html/wp-content/themes/twentyten or whatever applies.

just keep going up till it finds it.</description>
		<content:encoded><![CDATA[<p>&#8220;define( ‘TEMPLATEPATH’, ‘/wp-content/themes/twentyten’);&#8221;</p>
<p>This needs to be the full server path, so /public_html/wp-content/themes/twentyten or whatever applies.</p>
<p>just keep going up till it finds it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

