<?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: Optimal Title Functionality Now in WordPress Core</title>
	<atom:link href="http://elasticdog.com/2008/02/optimal-title-functionality-now-in-wordpress-core/feed/" rel="self" type="application/rss+xml" />
	<link>http://elasticdog.com/2008/02/optimal-title-functionality-now-in-wordpress-core/</link>
	<description>Imagine Something Clever</description>
	<pubDate>Fri, 16 May 2008 21:33:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Aaron Schaefer</title>
		<link>http://elasticdog.com/2008/02/optimal-title-functionality-now-in-wordpress-core/#comment-48172</link>
		<dc:creator>Aaron Schaefer</dc:creator>
		<pubDate>Sat, 26 Apr 2008 02:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://elasticdog.com/2008/02/optimal-title-functionality-now-in-wordpress-core/#comment-48172</guid>
		<description>For both &lt;strong&gt;tbronson&lt;/strong&gt; and &lt;strong&gt;Jeff&lt;/strong&gt;, it might help for you to see what I actually use on this site now that I'm running 2.5.1:
&lt;pre&gt;&lt;code&gt;&#60;title&#62;&#60;?php wp_title('&#124;',TRUE,'right'); bloginfo(’name’); if ( is_home() ) { ?&#62; &#124; &#60;?php bloginfo('description'); } ?&#62;&#60;/title&#62;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;

I don't know much about the All In One SEO plugin, since I've never used it.  It may change the title for you dynamically so making the change in your theme won't make any difference.  I do know that some themes out there either include support for Optimal Title directly, or include code that does a similar thing in their header.php files, so you might have to poke around to see if the theme your using is doing something non-standard.</description>
		<content:encoded><![CDATA[<p>For both <strong>tbronson</strong> and <strong>Jeff</strong>, it might help for you to see what I actually use on this site now that I&#8217;m running 2.5.1:</p>
<pre><code>&lt;title&gt;&lt;?php wp_title('|',TRUE,'right'); bloginfo(’name’); if ( is_home() ) { ?&gt; | &lt;?php bloginfo('description'); } ?&gt;&lt;/title&gt;</code></pre>
<p></p>
<p>I don&#8217;t know much about the All In One SEO plugin, since I&#8217;ve never used it.  It may change the title for you dynamically so making the change in your theme won&#8217;t make any difference.  I do know that some themes out there either include support for Optimal Title directly, or include code that does a similar thing in their header.php files, so you might have to poke around to see if the theme your using is doing something non-standard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://elasticdog.com/2008/02/optimal-title-functionality-now-in-wordpress-core/#comment-48083</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 24 Apr 2008 02:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://elasticdog.com/2008/02/optimal-title-functionality-now-in-wordpress-core/#comment-48083</guid>
		<description>I thought it was a stupid mistake, but it wasn't.  I still couldn't get this to work for me.
Then I remembered where it was set in the admin, in the All In One SEO plugin.  So, do you even need to set this code up in the theme if you are using this plugin?</description>
		<content:encoded><![CDATA[<p>I thought it was a stupid mistake, but it wasn&#8217;t.  I still couldn&#8217;t get this to work for me.<br />
Then I remembered where it was set in the admin, in the All In One SEO plugin.  So, do you even need to set this code up in the theme if you are using this plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://elasticdog.com/2008/02/optimal-title-functionality-now-in-wordpress-core/#comment-48082</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 24 Apr 2008 02:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://elasticdog.com/2008/02/optimal-title-functionality-now-in-wordpress-core/#comment-48082</guid>
		<description>Nevermind, stupid error, ignore.</description>
		<content:encoded><![CDATA[<p>Nevermind, stupid error, ignore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://elasticdog.com/2008/02/optimal-title-functionality-now-in-wordpress-core/#comment-48079</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 24 Apr 2008 02:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://elasticdog.com/2008/02/optimal-title-functionality-now-in-wordpress-core/#comment-48079</guid>
		<description>I feel stupid, but I am not able to get my title to change.
The title reads Rotheblog &#124; (Title)
I inserted this line of code in the correct place, and expected to see (Title) &#124; Rotheblog

What am I doing wrong?  Is there a setting in the admin area I need to change too?</description>
		<content:encoded><![CDATA[<p>I feel stupid, but I am not able to get my title to change.<br />
The title reads Rotheblog | (Title)<br />
I inserted this line of code in the correct place, and expected to see (Title) | Rotheblog</p>
<p>What am I doing wrong?  Is there a setting in the admin area I need to change too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucilius</title>
		<link>http://elasticdog.com/2008/02/optimal-title-functionality-now-in-wordpress-core/#comment-47710</link>
		<dc:creator>Lucilius</dc:creator>
		<pubDate>Mon, 14 Apr 2008 21:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://elasticdog.com/2008/02/optimal-title-functionality-now-in-wordpress-core/#comment-47710</guid>
		<description>Hi,
I'm about to upgrade to Wordpress 2.5,  and while beginning to look around for new plugin versions and stuff, I found my way here. I just wanted to say thanks for your time and for that cool plugin.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m about to upgrade to Wordpress 2.5,  and while beginning to look around for new plugin versions and stuff, I found my way here. I just wanted to say thanks for your time and for that cool plugin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
