<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: display home in dark skin, all others in light skin</title>
		<link>http://www.themolitor.com/forums/topic/display-home-in-dark-skin-all-others-in-light-skin</link>
		<description>THE MOLITOR FORUMS &#187; Topic: display home in dark skin, all others in light skin</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 07:43:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/display-home-in-dark-skin-all-others-in-light-skin" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "display home in dark skin, all others in light skin"</title>
			<link>http://www.themolitor.com/forums/topic/display-home-in-dark-skin-all-others-in-light-skin#post-1659</link>
			<pubDate>Tue, 05 Oct 2010 11:22:38 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">1659@http://www.themolitor.com/forums/</guid>
			<description><p>Sure, open up "header.php" and locate the following:</p>
<p><code>&#60;link rel=&#34;stylesheet&#34; href=&#34;&#60;?php bloginfo(&#39;template_url&#39;); ?&#62;/style_&#60;?php echo $theme_skin; ?&#62;.css&#34; type=&#34;text/css&#34; media=&#34;screen, handheld&#34; /&#62;</code></p>
<p>Change it to this...</p>
<pre><code>&#60;?php if(is_front_page()) { ?&#62;
&#60;link rel=&#34;stylesheet&#34; href=&#34;&#60;?php bloginfo(&#39;template_url&#39;); ?&#62;/style_&#60;?php echo $theme_skin; ?&#62;.css&#34; type=&#34;text/css&#34; media=&#34;screen, handheld&#34; /&#62;
&#60;?php } else { ?&#62;
&#60;link rel=&#34;stylesheet&#34; href=&#34;&#60;?php bloginfo(&#39;template_url&#39;); ?&#62;/style_light.css&#34; type=&#34;text/css&#34; media=&#34;screen, handheld&#34; /&#62;&#39;
&#60;?php } ?&#62;</code></pre>
<p>Please don't forget to rate the theme on your downloads page when you have a chance ;-)
</p></description>
		</item>
		<item>
			<title>Ruben on "display home in dark skin, all others in light skin"</title>
			<link>http://www.themolitor.com/forums/topic/display-home-in-dark-skin-all-others-in-light-skin#post-1658</link>
			<pubDate>Tue, 05 Oct 2010 08:41:40 +0000</pubDate>
			<dc:creator>Ruben</dc:creator>
			<guid isPermaLink="false">1658@http://www.themolitor.com/forums/</guid>
			<description><p>Is there anywhere in the code that I can mess with the internal pages so that they are always the white skin, and allow the home page to be controlled from the wp-admin panel?</p>
<p>I am working on a site geared for Baby Boomers and having a black background with white font will be tiring for their eyes, but the home page in black is very classy and won't have any text there.  Thanks Molitor.
</p></description>
		</item>

	</channel>
</rss>
