<?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 Make A Custom Home Page Title</title>
	<atom:link href="http://www.johnchow.com/how-to-make-a-custom-home-page-title/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnchow.com/how-to-make-a-custom-home-page-title/</link>
	<description>The Miscellaneous Ramblings of a Dot Com Mogul</description>
	<pubDate>Tue, 02 Dec 2008 19:11:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Joefiro.com &#187; How To Improve Your Blog</title>
		<link>http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-76994</link>
		<dc:creator>Joefiro.com &#187; How To Improve Your Blog</dc:creator>
		<pubDate>Wed, 06 Jun 2007 14:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-76994</guid>
		<description>[...] Chow wrote an article on how to make a custom Home Page title. After reading the comments I am not convinced using [...]</description>
		<content:encoded><![CDATA[<p>[...] Chow wrote an article on how to make a custom Home Page title. After reading the comments I am not convinced using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.erol</title>
		<link>http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-76272</link>
		<dc:creator>a.erol</dc:creator>
		<pubDate>Mon, 04 Jun 2007 13:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-76272</guid>
		<description>nice way around. thanks to Chow &#38; SEO Blog..</description>
		<content:encoded><![CDATA[<p>nice way around. thanks to Chow &amp; SEO Blog..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lejer</title>
		<link>http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-76062</link>
		<dc:creator>Lejer</dc:creator>
		<pubDate>Sun, 03 Jun 2007 18:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-76062</guid>
		<description>So many people giving advices.
Well... php rocks for wordpress:) If you know just a bit of, you can make a lot.
about $_SERVER: there's the simple way
is_home, or is_something... it's on the WP framework:) Why should i look for something (waste time) when it's so easy to just put it there?:)

Notice: for ones that have their blogs in a subfolder, request_uri should be properly set. For those, is_home it's the simple way:)

And... i'm using the $_SERVER method to have a my own location for readers.</description>
		<content:encoded><![CDATA[<p>So many people giving advices.<br />
Well&#8230; php rocks for wordpress:) If you know just a bit of, you can make a lot.<br />
about $_SERVER: there&#8217;s the simple way<br />
is_home, or is_something&#8230; it&#8217;s on the WP framework:) Why should i look for something (waste time) when it&#8217;s so easy to just put it there?:)</p>
<p>Notice: for ones that have their blogs in a subfolder, request_uri should be properly set. For those, is_home it&#8217;s the simple way:)</p>
<p>And&#8230; i&#8217;m using the $_SERVER method to have a my own location for readers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75494</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 02 Jun 2007 04:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75494</guid>
		<description>Oh, and I think they are all functions..

so you need to test using

if (is_home()) {
    // Do Whatever.
}

You can also do the inverse, notice the bang (!), which basically means NOT.

if (!is_home()) {
   // Do whatever.
}</description>
		<content:encoded><![CDATA[<p>Oh, and I think they are all functions..</p>
<p>so you need to test using</p>
<p>if (is_home()) {<br />
    // Do Whatever.<br />
}</p>
<p>You can also do the inverse, notice the bang (!), which basically means NOT.</p>
<p>if (!is_home()) {<br />
   // Do whatever.<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75493</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 02 Jun 2007 04:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75493</guid>
		<description>To add to this, there are a bunch of built in WP functions like this.

is_search() -- Search Query
is_page() -- Manually added "static" page
is_post() -- Normal posts
is_single() -- Is there just one item on the page (ie not front/category pages).

I'm sure there are more, but with those you can do some tricky things.</description>
		<content:encoded><![CDATA[<p>To add to this, there are a bunch of built in WP functions like this.</p>
<p>is_search() &#8212; Search Query<br />
is_page() &#8212; Manually added &#8220;static&#8221; page<br />
is_post() &#8212; Normal posts<br />
is_single() &#8212; Is there just one item on the page (ie not front/category pages).</p>
<p>I&#8217;m sure there are more, but with those you can do some tricky things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik (DeveloperDose.com)</title>
		<link>http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75464</link>
		<dc:creator>Erik (DeveloperDose.com)</dc:creator>
		<pubDate>Sat, 02 Jun 2007 02:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75464</guid>
		<description>Thanks for the hack, very useful Wordpress trick.</description>
		<content:encoded><![CDATA[<p>Thanks for the hack, very useful Wordpress trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wahlau.NET</title>
		<link>http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75452</link>
		<dc:creator>Wahlau.NET</dc:creator>
		<pubDate>Sat, 02 Jun 2007 01:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75452</guid>
		<description>thanks for the heads up</description>
		<content:encoded><![CDATA[<p>thanks for the heads up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jez</title>
		<link>http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75289</link>
		<dc:creator>Jez</dc:creator>
		<pubDate>Fri, 01 Jun 2007 15:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75289</guid>
		<description>There is an "is_home" variable you can test against instead of testing against the URI... not that it really matters...</description>
		<content:encoded><![CDATA[<p>There is an &#8220;is_home&#8221; variable you can test against instead of testing against the URI&#8230; not that it really matters&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75288</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Fri, 01 Jun 2007 15:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75288</guid>
		<description>Could you explain it a little better please?</description>
		<content:encoded><![CDATA[<p>Could you explain it a little better please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75287</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Fri, 01 Jun 2007 15:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnchow.com/how-to-make-a-custom-home-page-title/#comment-75287</guid>
		<description>Its good, but for one flaw.

 :arrow: You have to rename every post individually!</description>
		<content:encoded><![CDATA[<p>Its good, but for one flaw.</p>
<p> <img src='http://www.johnchow.com/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' /> You have to rename every post individually!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
