<?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"
	>
<channel>
	<title>Comments on: How to set the default theme in WPMU?</title>
	<atom:link href="http://www.ringofblogs.com/2007/08/11/how-to-set-the-default-theme-in-wpmu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ringofblogs.com/2007/08/11/how-to-set-the-default-theme-in-wpmu/</link>
	<description>blogging, wordpress-MU, monetization and stuff...</description>
	<pubDate>Fri, 25 Jul 2008 06:17:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Larry</title>
		<link>http://www.ringofblogs.com/2007/08/11/how-to-set-the-default-theme-in-wpmu/#comment-2936</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Sun, 27 Apr 2008 19:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ringofblogs.com/2007/08/11/how-to-set-the-default-theme-in-wpmu/#comment-2936</guid>
		<description>Thank you!!</description>
		<content:encoded><![CDATA[<p><img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=1f548b1a27c2bf95d0d1fe4cfa87142b&amp;size=60&amp;default=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif' alt='' />Thank you!!
<div style='clear:both'></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rijas</title>
		<link>http://www.ringofblogs.com/2007/08/11/how-to-set-the-default-theme-in-wpmu/#comment-1691</link>
		<dc:creator>Rijas</dc:creator>
		<pubDate>Mon, 17 Mar 2008 13:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ringofblogs.com/2007/08/11/how-to-set-the-default-theme-in-wpmu/#comment-1691</guid>
		<description>Even you can do this by editing wpmu-edit.php (under wp-admin folder)

Add the following code above Line:126

$default_theme = 'default';
if(get_theme('your_theme_name'))
{
   $default_theme = 'your_theme_name';
}
update_option('template', $default_theme);
update_option('stylesheet', $default_theme);</description>
		<content:encoded><![CDATA[<p><img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=a524da2532666ccb8a8fdca58cd60afe&amp;size=60&amp;default=http%3A%2F%2Fuse.perl.org%2Fimages%2Fpix.gif' alt='' />Even you can do this by editing wpmu-edit.php (under wp-admin folder)</p>
<p>Add the following code above Line:126</p>
<p>$default_theme = &#8216;default&#8217;;<br />
if(get_theme(&#8217;your_theme_name&#8217;))<br />
{<br />
   $default_theme = &#8216;your_theme_name&#8217;;<br />
}<br />
update_option(&#8217;template&#8217;, $default_theme);<br />
update_option(&#8217;stylesheet&#8217;, $default_theme);
<div style='clear:both'></div>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.254 seconds -->
<!-- Cached page served by WP-Cache -->
