<?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: Make a static homepage</title>
	<atom:link href="http://www.thesishacker.com/make-a-static-homepage-with-no-sidebars/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thesishacker.com/make-a-static-homepage-with-no-sidebars</link>
	<description>Customize Thesis</description>
	<lastBuildDate>Thu, 28 May 2009 19:12:01 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe</title>
		<link>http://www.thesishacker.com/make-a-static-homepage-with-no-sidebars/comment-page-1#comment-1219</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 20 May 2009 19:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=727#comment-1219</guid>
		<description>Yea... I avoided adding any code.  Just made a page, then went to settings-&gt;reading-&gt;, there I selected my new static pageto be the home page.  Thanks.</description>
		<content:encoded><![CDATA[<p>Yea&#8230; I avoided adding any code.  Just made a page, then went to settings-&gt;reading-&gt;, there I selected my new static pageto be the home page.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nasty</title>
		<link>http://www.thesishacker.com/make-a-static-homepage-with-no-sidebars/comment-page-1#comment-1213</link>
		<dc:creator>Nasty</dc:creator>
		<pubDate>Tue, 19 May 2009 23:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=727#comment-1213</guid>
		<description>What was the page you created? Was it your home page or another one. Check out the conditional tag in the function. The 
if (is_front_page()) might have to be changed. If it is the home try adding this to the conditional tag...

if (is_front_page()) &#124;&#124; (is_home())

To create a page and make it the home page create your page and publish it. Then go to Settings---Reading---and you&#039;ll see a drop down list of pages that you can make your home page.</description>
		<content:encoded><![CDATA[<p>What was the page you created? Was it your home page or another one. Check out the conditional tag in the function. The<br />
if (is_front_page()) might have to be changed. If it is the home try adding this to the conditional tag&#8230;</p>
<p>if (is_front_page()) || (is_home())</p>
<p>To create a page and make it the home page create your page and publish it. Then go to Settings&#8212;Reading&#8212;and you&#8217;ll see a drop down list of pages that you can make your home page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.thesishacker.com/make-a-static-homepage-with-no-sidebars/comment-page-1#comment-1209</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 19 May 2009 20:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thesishacker.com/?p=727#comment-1209</guid>
		<description>So I create a new page, then I insert that code into the specified file and nothing happens....  How does the creation of the page and the insertion of the code connect?  How do I make a front page static?  For example, if I create a new page, how do I then make that page my homepage?  Thanks in advance.  Great site, learned a ton.</description>
		<content:encoded><![CDATA[<p>So I create a new page, then I insert that code into the specified file and nothing happens&#8230;.  How does the creation of the page and the insertion of the code connect?  How do I make a front page static?  For example, if I create a new page, how do I then make that page my homepage?  Thanks in advance.  Great site, learned a ton.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

