<?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: Format Headline Title Tag To Attract Readers</title>
	<atom:link href="http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/</link>
	<description>News, plugins and themes for blogging applications</description>
	<lastBuildDate>Fri, 10 Feb 2012 01:07:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: John</title>
		<link>http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4343</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 01 Apr 2005 02:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4343</guid>
		<description>Yeah, search results and months suck. I think the category title is fine. It&#039;s easy enough to fix with another if else statement to account for those views.  I&#039;ll work on it later.</description>
		<content:encoded><![CDATA[<p>Yeah, search results and months suck. I think the category title is fine. It&#8217;s easy enough to fix with another if else statement to account for those views.  I&#8217;ll work on it later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markku</title>
		<link>http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4341</link>
		<dc:creator>markku</dc:creator>
		<pubDate>Thu, 31 Mar 2005 18:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4341</guid>
		<description>I use the &quot;post_title &#124; weblog_name&quot; format just as Mathias implemented it. Works quite well.</description>
		<content:encoded><![CDATA[<p>I use the &#8220;post_title | weblog_name&#8221; format just as Mathias implemented it. Works quite well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N.</title>
		<link>http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4340</link>
		<dc:creator>N.</dc:creator>
		<pubDate>Thu, 31 Mar 2005 14:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4340</guid>
		<description>Doesn&#039;t look right when doing a search. Viewing Categories and months look kind of weird too, in my opinion. </description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t look right when doing a search. Viewing Categories and months look kind of weird too, in my opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias Bynens</title>
		<link>http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4339</link>
		<dc:creator>Mathias Bynens</dc:creator>
		<pubDate>Thu, 31 Mar 2005 09:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4339</guid>
		<description>Cool! I had been using a homegrown function for title tag handling, but now if I&#039;d just port my non-blog content to WordPress Pages I can just use this code. I have a preferation for the pipe (&#039;&#124;&#039;) as a separator.

&lt;code&gt;&lt;title&gt;&lt;?php if (is_home()) { bloginfo(&#039;name&#039;); } else { wp_title(&#039; &#039;); ?&gt; &#124; &lt;? bloginfo(&#039;name&#039;); } ?&gt;&lt;/title&gt;&lt;/code&gt;

Thank you.</description>
		<content:encoded><![CDATA[<p>Cool! I had been using a homegrown function for title tag handling, but now if I&#8217;d just port my non-blog content to WordPress Pages I can just use this code. I have a preferation for the pipe (&#8216;|&#8217;) as a separator.</p>
<p><code>&lt;title&gt;&lt;?php if (is_home()) { bloginfo('name'); } else { wp_title(' '); ?&gt; | &lt;? bloginfo('name'); } ?&gt;&lt;/title&gt;</code></p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elegantly</title>
		<link>http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4338</link>
		<dc:creator>Elegantly</dc:creator>
		<pubDate>Thu, 31 Mar 2005 08:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4338</guid>
		<description>It&#039;s not a plugin, but a simple change to the template you&#039;re using. In addition, it is far more likely that updated Wordpress versions will break a plugin than a template.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not a plugin, but a simple change to the template you&#8217;re using. In addition, it is far more likely that updated WordPress versions will break a plugin than a template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4337</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Thu, 31 Mar 2005 06:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4337</guid>
		<description>What&#039;s the difference with this and the old stuff &lt;a href=&quot;http://www.bloggingpro.com/archives/2004/09/09/wordpress-plugin-optimal-title/&quot;&gt;Optimal Title&lt;/a&gt; ?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the difference with this and the old stuff <a href="http://www.bloggingpro.com/archives/2004/09/09/wordpress-plugin-optimal-title/">Optimal Title</a> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#160; Format Title Tags To Attact Readers&#160;by&#160;japarsons.com</title>
		<link>http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4336</link>
		<dc:creator>&#160; Format Title Tags To Attact Readers&#160;by&#160;japarsons.com</dc:creator>
		<pubDate>Thu, 31 Mar 2005 01:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4336</guid>
		<description>[...] loy RSS feeds where your subject may be all that a reader sees. 	To further this, John has  [...]</description>
		<content:encoded><![CDATA[<p>[...] loy RSS feeds where your subject may be all that a reader sees. 	To further this, John has  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4335</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 31 Mar 2005 00:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4335</guid>
		<description>Oh!  Thanks Andy!  While I was writing this up I actually had a quick thought that perhaps something like this would work but I was too lazy to follow up. Thanks again. I have updated the code above to reflect the changes.</description>
		<content:encoded><![CDATA[<p>Oh!  Thanks Andy!  While I was writing this up I actually had a quick thought that perhaps something like this would work but I was too lazy to follow up. Thanks again. I have updated the code above to reflect the changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Skelton</title>
		<link>http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4334</link>
		<dc:creator>Andy Skelton</dc:creator>
		<pubDate>Thu, 31 Mar 2005 00:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4334</guid>
		<description>Oops, my code segment got chopped. Let me try again:
&lt;code&gt;&#160;&#160;by&#160;&lt;/code&gt;
Just change &lt;code&gt;wp_title();&lt;/code&gt; to &lt;code&gt;wp_title(&#039;&#039;);&lt;/code&gt; and it will get rid of the raquo without editing the WP core. Cheers!</description>
		<content:encoded><![CDATA[<p>Oops, my code segment got chopped. Let me try again:<br />
<code>&nbsp;&nbsp;by&nbsp;</code><br />
Just change <code>wp_title();</code> to <code>wp_title('');</code> and it will get rid of the raquo without editing the WP core. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Skelton</title>
		<link>http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4333</link>
		<dc:creator>Andy Skelton</dc:creator>
		<pubDate>Thu, 31 Mar 2005 00:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingpro.com/archives/2005/03/30/formatting-header-title-tag/#comment-4333</guid>
		<description>Thanks! Great tip. There is a way to do it without editing the WP core: add the empty string as an argument for &lt;code&gt;wp_title&lt;/code&gt;:
&lt;code&gt;&#160;&#160;by&#160;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks! Great tip. There is a way to do it without editing the WP core: add the empty string as an argument for <code>wp_title</code>:<br />
<code>&nbsp;&nbsp;by&nbsp;</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

