<?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: Thesis Theme: Style Your Home Page with &#8220;Main Man&#8221;</title>
	<atom:link href="http://alljeff.com/thesis-theme-style-your-home-page-with-main-man/feed/" rel="self" type="application/rss+xml" />
	<link>http://alljeff.com/thesis-theme-style-your-home-page-with-main-man/</link>
	<description></description>
	<lastBuildDate>Sun, 30 May 2010 03:48:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hesham</title>
		<link>http://alljeff.com/thesis-theme-style-your-home-page-with-main-man/comment-page-1/#comment-456</link>
		<dc:creator>Hesham</dc:creator>
		<pubDate>Sun, 30 May 2010 03:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://flipthe.org/?p=137#comment-456</guid>
		<description>Hi Jeff,

Probably I don&#039;t need the &quot;Main Man&quot; right now, but this is a very helpful information to use it in the future!

But... Thank you 100 times, you have saved my time, I didn&#039;t know that I can customizing the CSS for each page by &quot;.custom.home&quot; , this is amazing, I have fixed my pages problems in less than 2 minute that to you!
.-= Hesham&#180;s last blog ..&lt;a href=&quot;http://www.famousbloggers.net/top-niche-web-designers-thesis-theme.html&quot; rel=&quot;nofollow&quot;&gt;What Top Niche Web Designers Say about Thesis Theme for WordPress&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Probably I don&#8217;t need the &#8220;Main Man&#8221; right now, but this is a very helpful information to use it in the future!</p>
<p>But&#8230; Thank you 100 times, you have saved my time, I didn&#8217;t know that I can customizing the CSS for each page by &#8220;.custom.home&#8221; , this is amazing, I have fixed my pages problems in less than 2 minute that to you!<br />
<span class="cluv"> Hesham&#180;s last blog ..<a href="http://www.famousbloggers.net/top-niche-web-designers-thesis-theme.html" rel="nofollow">What Top Niche Web Designers Say about Thesis Theme for WordPress</a> <span class="heart_tip_box"><img class="heart_tip" alt="My ComLuv Profile" border="0" width="16" height="14" src="http://alljeff.com/wp-content/plugins/commentluv/images/littleheart.gif"/></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Garrett</title>
		<link>http://alljeff.com/thesis-theme-style-your-home-page-with-main-man/comment-page-1/#comment-6</link>
		<dc:creator>Jeff Garrett</dc:creator>
		<pubDate>Thu, 12 Nov 2009 23:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://flipthe.org/?p=137#comment-6</guid>
		<description>Try checking the source of the page and look for the body class id right under the closing head tag.  You might also want to check what template you&#039;ve selected for that page within the page edit screen. Check to see if you selected &quot;custom&quot; or &quot;no sidebars,&quot; etc as that may make a difference as to what shows up in your source code.</description>
		<content:encoded><![CDATA[<p>Try checking the source of the page and look for the body class id right under the closing head tag.  You might also want to check what template you&#8217;ve selected for that page within the page edit screen. Check to see if you selected &#8220;custom&#8221; or &#8220;no sidebars,&#8221; etc as that may make a difference as to what shows up in your source code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Test</title>
		<link>http://alljeff.com/thesis-theme-style-your-home-page-with-main-man/comment-page-1/#comment-5</link>
		<dc:creator>Jim Test</dc:creator>
		<pubDate>Wed, 11 Nov 2009 23:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://flipthe.org/?p=137#comment-5</guid>
		<description>Thanks, but I&#039;m experiencing the same problem you had in your original post, it works on every other page except the homepage, I believe if could find the body class that you were referring to, it just might do the trick.</description>
		<content:encoded><![CDATA[<p>Thanks, but I&#8217;m experiencing the same problem you had in your original post, it works on every other page except the homepage, I believe if could find the body class that you were referring to, it just might do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Garrett</title>
		<link>http://alljeff.com/thesis-theme-style-your-home-page-with-main-man/comment-page-1/#comment-4</link>
		<dc:creator>Jeff Garrett</dc:creator>
		<pubDate>Wed, 11 Nov 2009 21:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://flipthe.org/?p=137#comment-4</guid>
		<description>Hi Jim,

If found it&#039;s even easier than I realized back when I wrote this post. Thesis will automatically apply styling to any page by applying custom CSS in the name you have given the page. For example, if I wanted to style my home page different than the rest, I would begin each CSS statement with .custom.home. For example, if I wanted to change the footer on the home page only, I would use .custom.home #footer {YOUR CSS HERE}.

You can also do this from a somewhat reverse perspective which works well if you want to apply custom CSS to more than one page.  You can create whatever class you want, for example let&#039;s call it &quot;myspecial.&quot;  You can write all of your CSS statements using the prefix .custom.myspecial.  Then, in each page you want to use the custom &quot;myspecial&quot; CSS you can write &quot;myspecial&quot; minus the quotations in the CSS Class field that Thesis provides in the edit options of each page. I&#039;ve found this to be very handy.

Hope that helps.
Jeff</description>
		<content:encoded><![CDATA[<p>Hi Jim,</p>
<p>If found it&#8217;s even easier than I realized back when I wrote this post. Thesis will automatically apply styling to any page by applying custom CSS in the name you have given the page. For example, if I wanted to style my home page different than the rest, I would begin each CSS statement with .custom.home. For example, if I wanted to change the footer on the home page only, I would use .custom.home #footer {YOUR CSS HERE}.</p>
<p>You can also do this from a somewhat reverse perspective which works well if you want to apply custom CSS to more than one page.  You can create whatever class you want, for example let&#8217;s call it &#8220;myspecial.&#8221;  You can write all of your CSS statements using the prefix .custom.myspecial.  Then, in each page you want to use the custom &#8220;myspecial&#8221; CSS you can write &#8220;myspecial&#8221; minus the quotations in the CSS Class field that Thesis provides in the edit options of each page. I&#8217;ve found this to be very handy.</p>
<p>Hope that helps.<br />
Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Test</title>
		<link>http://alljeff.com/thesis-theme-style-your-home-page-with-main-man/comment-page-1/#comment-3</link>
		<dc:creator>Jim Test</dc:creator>
		<pubDate>Wed, 11 Nov 2009 20:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://flipthe.org/?p=137#comment-3</guid>
		<description>Where did you find your &quot;.custom.main-man&quot; ??? I know mine will be something different but I would like to know where to find it so I can see what it is. Thanks so much</description>
		<content:encoded><![CDATA[<p>Where did you find your &#8220;.custom.main-man&#8221; ??? I know mine will be something different but I would like to know where to find it so I can see what it is. Thanks so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Langford</title>
		<link>http://alljeff.com/thesis-theme-style-your-home-page-with-main-man/comment-page-1/#comment-2</link>
		<dc:creator>Matt Langford</dc:creator>
		<pubDate>Sat, 02 May 2009 02:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://flipthe.org/?p=137#comment-2</guid>
		<description>Thesis is definitely awesome, once you learn the ropes! Great job with your site and with the post author box. Very impressive!</description>
		<content:encoded><![CDATA[<p>Thesis is definitely awesome, once you learn the ropes! Great job with your site and with the post author box. Very impressive!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
