<?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: Hard-coding an SEO friendly title in the WordPress header file</title>
	<atom:link href="http://wpgarage.com/code-snippets/hard-coding-an-seo-friendly-title-in-the-wordpress-header-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com/code-snippets/hard-coding-an-seo-friendly-title-in-the-wordpress-header-file/</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Thu, 29 Jul 2010 10:35:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Improving Wordpress Page Titles : Always Get Better</title>
		<link>http://wpgarage.com/code-snippets/hard-coding-an-seo-friendly-title-in-the-wordpress-header-file/comment-page-1/#comment-23555</link>
		<dc:creator>Improving Wordpress Page Titles : Always Get Better</dc:creator>
		<pubDate>Sat, 29 Nov 2008 12:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/code-snippets/hard-coding-an-seo-friendly-title-in-the-wordpress-header-file/#comment-23555</guid>
		<description>[...] simple solution is to reverse the code as explained at the Wordpress garage (and quoted below for convenience): You can switch it through the use of plugins, but if you [...]</description>
		<content:encoded><![CDATA[<p>[...] simple solution is to reverse the code as explained at the Wordpress garage (and quoted below for convenience): You can switch it through the use of plugins, but if you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunday Weekly Roundup #15 - 11/11/2007 &#187; Blog at veanndesign.com</title>
		<link>http://wpgarage.com/code-snippets/hard-coding-an-seo-friendly-title-in-the-wordpress-header-file/comment-page-1/#comment-631</link>
		<dc:creator>Sunday Weekly Roundup #15 - 11/11/2007 &#187; Blog at veanndesign.com</dc:creator>
		<pubDate>Mon, 10 Dec 2007 03:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/code-snippets/hard-coding-an-seo-friendly-title-in-the-wordpress-header-file/#comment-631</guid>
		<description>[...] Recent Posts in WordPress sidebar and Hard-coding an SEO friendly title in the WordPress header file - Miriam posted some very simple and powerful [...]</description>
		<content:encoded><![CDATA[<p>[...] Recent Posts in WordPress sidebar and Hard-coding an SEO friendly title in the WordPress header file &#8211; Miriam posted some very simple and powerful [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://wpgarage.com/code-snippets/hard-coding-an-seo-friendly-title-in-the-wordpress-header-file/comment-page-1/#comment-629</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 12 Nov 2007 07:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/code-snippets/hard-coding-an-seo-friendly-title-in-the-wordpress-header-file/#comment-629</guid>
		<description>One more thing. Why the heck do theme designers do their titles the way they do? Nearly everyone agrees that the way you are suggesting here is better, but yet theme designers still continue to use the same system as the default Kubrick theme. It seems nonsensical to me. Or maybe I&#039;m missing something?</description>
		<content:encoded><![CDATA[<p>One more thing. Why the heck do theme designers do their titles the way they do? Nearly everyone agrees that the way you are suggesting here is better, but yet theme designers still continue to use the same system as the default Kubrick theme. It seems nonsensical to me. Or maybe I&#8217;m missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://wpgarage.com/code-snippets/hard-coding-an-seo-friendly-title-in-the-wordpress-header-file/comment-page-1/#comment-628</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 12 Nov 2007 07:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/code-snippets/hard-coding-an-seo-friendly-title-in-the-wordpress-header-file/#comment-628</guid>
		<description>I prefer my pages to show up in the same way as you have your single posts setup, so I use a different method. The text in this is probably going to goof, but I&#039;ll try anyway ...
&lt;code&gt;&lt;title&gt;&lt;?php wp_title(&#039; &#039;); if(wp_title(&#039; &#039;, false)) { echo &#039; &#124; &#039;; }   echo &#039;New Zealand Hockey &#124; &#039;; bloginfo(&#039;name&#039;); ?&gt;&lt;/title&gt;&lt;/code&gt;

My site at &lt;a href=&quot;http://flytrapgrowing.info/&quot; rel=&quot;nofollow&quot;&gt;http://flytrapgrowing.info/&lt;/a&gt; uses this method if you want to see it in action.</description>
		<content:encoded><![CDATA[<p>I prefer my pages to show up in the same way as you have your single posts setup, so I use a different method. The text in this is probably going to goof, but I&#8217;ll try anyway &#8230;<br />
<code>&lt;title&gt;&lt;?php wp_title(' '); if(wp_title(' ', false)) { echo ' | '; }   echo 'New Zealand Hockey | '; bloginfo('name'); ?&gt;&lt;/title&gt;</code></p>
<p>My site at <a href="http://flytrapgrowing.info/" rel="nofollow">http://flytrapgrowing.info/</a> uses this method if you want to see it in action.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna Vester</title>
		<link>http://wpgarage.com/code-snippets/hard-coding-an-seo-friendly-title-in-the-wordpress-header-file/comment-page-1/#comment-630</link>
		<dc:creator>Anna Vester</dc:creator>
		<pubDate>Mon, 12 Nov 2007 04:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/code-snippets/hard-coding-an-seo-friendly-title-in-the-wordpress-header-file/#comment-630</guid>
		<description>Wow, that&#039;s pretty powerful. Thanks for this!</description>
		<content:encoded><![CDATA[<p>Wow, that&#8217;s pretty powerful. Thanks for this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
