<?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>ThemeShaper Forums Topic: Loading separate CSS sheet per site</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 19 Jun 2013 10:15:54 +0000</pubDate>

<item>
<title>jcollier on "Loading separate CSS sheet per site"</title>
<link>http://themeshaper.com/forums/topic/loading-separate-css-sheet-per-site#post-16229</link>
<pubDate>Tue, 12 Oct 2010 18:37:08 +0000</pubDate>
<dc:creator>jcollier</dc:creator>
<guid isPermaLink="false">16229@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Loading separate CSS sheet per site"</title>
<link>http://themeshaper.com/forums/topic/loading-separate-css-sheet-per-site#post-15618</link>
<pubDate>Wed, 15 Sep 2010 20:04:28 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">15618@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;:)&#60;/p&#62;
&#60;p&#62;Ok .. try this one:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function my_stylesheet() {

	global $current_blog;

	$blog_id = $current_blog-&#38;gt;blog_id;

	$content = &#38;quot;\t&#38;quot;;
        $content .= &#38;quot;&#38;lt;link rel=\&#38;quot;stylesheet\&#38;quot; type=\&#38;quot;text/css\&#38;quot; href=\&#38;quot;&#38;quot;;

	if ($blog_id == &#38;#39;1&#38;#39;) {
		$content .= get_bloginfo(&#38;#39;stylesheet_directory&#38;#39;) . &#38;#39;/blog1.css&#38;#39;;
	} elseif ($blog_id == &#38;#39;2&#38;#39;) {
		$content .= get_bloginfo(&#38;#39;stylesheet_directory&#38;#39;) . &#38;#39;/blog2.css&#38;#39;;
	} else {
		$content .= get_bloginfo(&#38;#39;stylesheet_url&#38;#39;);
	}

    $content .= &#38;quot;\&#38;quot; /&#38;gt;&#38;quot;;
    $content .= &#38;quot;\n\n&#38;quot;;

    return $content;
}

add_filter(&#38;#39;thematic_create_stylesheet&#38;#39;, &#38;#39;my_stylesheet&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>jcollier on "Loading separate CSS sheet per site"</title>
<link>http://themeshaper.com/forums/topic/loading-separate-css-sheet-per-site#post-15598</link>
<pubDate>Wed, 15 Sep 2010 01:13:00 +0000</pubDate>
<dc:creator>jcollier</dc:creator>
<guid isPermaLink="false">15598@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I am using a single Thematic child theme for several sites in 3.01 multisite.&#60;/p&#62;
&#60;p&#62;How to I load a separate CSS sheet for each site in the single child theme?&#60;/p&#62;
&#60;p&#62;(I assume this is possible, because I've been able to do everything else I wanted with Thematic ;)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
