<?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: Fixing my wordpress title tags, revisited</title>
	<atom:link href="http://meganmcdermott.com/2008/07/03/fixing-wordpress-title-tags-revsited/feed/" rel="self" type="application/rss+xml" />
	<link>http://meganmcdermott.com/2008/07/03/fixing-wordpress-title-tags-revsited/</link>
	<description>Web design and that</description>
	<lastBuildDate>Wed, 11 Jan 2012 14:00:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Megan</title>
		<link>http://meganmcdermott.com/2008/07/03/fixing-wordpress-title-tags-revsited/comment-page-1/#comment-109024</link>
		<dc:creator>Megan</dc:creator>
		<pubDate>Fri, 04 Mar 2011 03:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://meganmcdermott.com/?p=240#comment-109024</guid>
		<description>Hi Thomas,

Only if you can provide me with some of those Montreal Canadiens tickets you&#039;re advertising ;) 

No, seriously, that should be fine. Just send me a link when you&#039;re done.

Megan</description>
		<content:encoded><![CDATA[<p>Hi Thomas,</p>
<p>Only if you can provide me with some of those Montreal Canadiens tickets you&#8217;re advertising <img src='http://meganmcdermott.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  </p>
<p>No, seriously, that should be fine. Just send me a link when you&#8217;re done.</p>
<p>Megan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: montreal canadiens tickets</title>
		<link>http://meganmcdermott.com/2008/07/03/fixing-wordpress-title-tags-revsited/comment-page-1/#comment-109018</link>
		<dc:creator>montreal canadiens tickets</dc:creator>
		<pubDate>Fri, 04 Mar 2011 02:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://meganmcdermott.com/?p=240#comment-109018</guid>
		<description>Hi,
	
	This is a question for the webmaster/admin here at meganmcdermott.com.

Can I use part of the information from your post above if I give a link back to your website?

Thanks,
Thomas</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>	This is a question for the webmaster/admin here at meganmcdermott.com.</p>
<p>Can I use part of the information from your post above if I give a link back to your website?</p>
<p>Thanks,<br />
Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lenny23</title>
		<link>http://meganmcdermott.com/2008/07/03/fixing-wordpress-title-tags-revsited/comment-page-1/#comment-99889</link>
		<dc:creator>Lenny23</dc:creator>
		<pubDate>Thu, 01 Jul 2010 18:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://meganmcdermott.com/?p=240#comment-99889</guid>
		<description>Thanks Megan! Today I installed Headspace2 Version 3.6.33 and it works fine, all the other plugins work also. At HeadSpace &#124; Page Settings I entered the title of my blog but this didnt change it. Memory usage went up, but is still ok. Meanwhile I also upgraded to WordPress 3.0 and the Vigilance template also had an upgrade (vers.1.50). But still the frontpage of my blog (2500 posts) looks like ”&#124; My Blog Name”. As you say, when making a whole new install it would work. But that&#039;s not worth the endeavour for this tiny error? Again, thanks for taking the time!</description>
		<content:encoded><![CDATA[<p>Thanks Megan! Today I installed Headspace2 Version 3.6.33 and it works fine, all the other plugins work also. At HeadSpace | Page Settings I entered the title of my blog but this didnt change it. Memory usage went up, but is still ok. Meanwhile I also upgraded to WordPress 3.0 and the Vigilance template also had an upgrade (vers.1.50). But still the frontpage of my blog (2500 posts) looks like ”| My Blog Name”. As you say, when making a whole new install it would work. But that&#8217;s not worth the endeavour for this tiny error? Again, thanks for taking the time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megan</title>
		<link>http://meganmcdermott.com/2008/07/03/fixing-wordpress-title-tags-revsited/comment-page-1/#comment-99798</link>
		<dc:creator>Megan</dc:creator>
		<pubDate>Thu, 24 Jun 2010 15:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://meganmcdermott.com/?p=240#comment-99798</guid>
		<description>So, do your titles look like &quot; &#124; Your Blog Name&quot;? In that case it&#039;s not pulling a title for the post and I don&#039;t know why. The code in the vigilance theme is similar to what I posted (although what I posted is probably using outdated methods and I can understand if it doesn&#039;t work! I posted a warning on there in case anyone else has problems with it). So I wonder if one of the plugins did something with that ???? 

The relevant code in the header.php file looks like this: &lt;code&gt; &lt;?php wp_title($sep = &#039;&#039;); ?&gt; &#124; &lt;?php bloginfo(&#039;name&#039;);?&gt;&lt;/code&gt;. This means print the title of the post, then a separator &#124;, then the name of your blog as specified in your Wordpress settings. If it&#039;s showing the separator first it&#039;s not getting a value for the post title (wp_title).

Sorry I can&#039;t help you with this. The only thing to do here may be to re-install. It shouldn&#039;t be in the database because your posts do have titles (I&#039;m assuming...), they&#039;re just not being pulled into the title properly.</description>
		<content:encoded><![CDATA[<p>So, do your titles look like &#8221; | Your Blog Name&#8221;? In that case it&#8217;s not pulling a title for the post and I don&#8217;t know why. The code in the vigilance theme is similar to what I posted (although what I posted is probably using outdated methods and I can understand if it doesn&#8217;t work! I posted a warning on there in case anyone else has problems with it). So I wonder if one of the plugins did something with that ???? </p>
<p>The relevant code in the header.php file looks like this: <code> &lt;?php wp_title($sep = ''); ?&gt; | &lt;?php bloginfo('name');?&gt;</code>. This means print the title of the post, then a separator |, then the name of your blog as specified in your WordPress settings. If it&#8217;s showing the separator first it&#8217;s not getting a value for the post title (wp_title).</p>
<p>Sorry I can&#8217;t help you with this. The only thing to do here may be to re-install. It shouldn&#8217;t be in the database because your posts do have titles (I&#8217;m assuming&#8230;), they&#8217;re just not being pulled into the title properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lenny23</title>
		<link>http://meganmcdermott.com/2008/07/03/fixing-wordpress-title-tags-revsited/comment-page-1/#comment-99650</link>
		<dc:creator>Lenny23</dc:creator>
		<pubDate>Mon, 14 Jun 2010 07:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://meganmcdermott.com/?p=240#comment-99650</guid>
		<description>Why I&#039;m still hesitating to use Headspace2 is, on the Headspace forum quite lots of people report conflicts with other plugins. Since I&#039;m using 26 plugins, might be risky to install a plugin that possibly writes entries into the database which cannot be changed after uninstalling the plugin?</description>
		<content:encoded><![CDATA[<p>Why I&#8217;m still hesitating to use Headspace2 is, on the Headspace forum quite lots of people report conflicts with other plugins. Since I&#8217;m using 26 plugins, might be risky to install a plugin that possibly writes entries into the database which cannot be changed after uninstalling the plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lenny23</title>
		<link>http://meganmcdermott.com/2008/07/03/fixing-wordpress-title-tags-revsited/comment-page-1/#comment-99649</link>
		<dc:creator>Lenny23</dc:creator>
		<pubDate>Mon, 14 Jun 2010 07:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://meganmcdermott.com/?p=240#comment-99649</guid>
		<description>Thanks Megan, I tried what you said, but the plugins are not the cause. I slightely remember it happened when disabling and deleting a wordpress SEO plugin. The uploaded header.php of the vigilance theme looks like, http://pastebin.com/iaJvsMBu . I tried to exchange the code within line 7 and line 13 of  with, &quot;Final Solution&quot; (http://meganmcdermott.com/2006/11/21/fixing-my-wordpress-title-tags/) but then got a white page. When changing the theme to &quot;WordPress Classic&quot; this also doesn&#039;t change it, so it could be also in the database?</description>
		<content:encoded><![CDATA[<p>Thanks Megan, I tried what you said, but the plugins are not the cause. I slightely remember it happened when disabling and deleting a wordpress SEO plugin. The uploaded header.php of the vigilance theme looks like, <a href="http://pastebin.com/iaJvsMBu" rel="nofollow">http://pastebin.com/iaJvsMBu</a> . I tried to exchange the code within line 7 and line 13 of  with, &#8220;Final Solution&#8221; (<a href="http://meganmcdermott.com/2006/11/21/fixing-my-wordpress-title-tags/" rel="nofollow">http://meganmcdermott.com/2006/11/21/fixing-my-wordpress-title-tags/</a>) but then got a white page. When changing the theme to &#8220;WordPress Classic&#8221; this also doesn&#8217;t change it, so it could be also in the database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megan</title>
		<link>http://meganmcdermott.com/2008/07/03/fixing-wordpress-title-tags-revsited/comment-page-1/#comment-99549</link>
		<dc:creator>Megan</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://meganmcdermott.com/?p=240#comment-99549</guid>
		<description>Okay, on further examination the &#124; is from the way the titles are written in the vigilance theme. If you look at the header.php file in your theme editor you&#039;ll see it there. You could try either copying the title bit from the default theme, or using the code I posted in the article I linked above. I can&#039;t offer much more advice without seeing how your blog is set up.</description>
		<content:encoded><![CDATA[<p>Okay, on further examination the | is from the way the titles are written in the vigilance theme. If you look at the header.php file in your theme editor you&#8217;ll see it there. You could try either copying the title bit from the default theme, or using the code I posted in the article I linked above. I can&#8217;t offer much more advice without seeing how your blog is set up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megan</title>
		<link>http://meganmcdermott.com/2008/07/03/fixing-wordpress-title-tags-revsited/comment-page-1/#comment-99547</link>
		<dc:creator>Megan</dc:creator>
		<pubDate>Mon, 07 Jun 2010 13:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://meganmcdermott.com/?p=240#comment-99547</guid>
		<description>Hi Lenny,

Yes, Headspace will fix this for you. It will overwrite all of the existing Wordpress titles. However, it would be good to diagnose the problem in the first place. I don&#039;t know where that &#124; separator would be coming from because (unless they&#039;ve changed it recently), wordpress uses &#187; as a separator in titles by default. Try disabling plugins one-by-one to see if that changes anything. Also try switching to the default theme and see if that does anything. That will at least help you identify where the problem is occurring.

You could also try working with the code that I posted &lt;a href=&quot;http://meganmcdermott.com/2006/11/21/fixing-my-wordpress-title-tags/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Lenny,</p>
<p>Yes, Headspace will fix this for you. It will overwrite all of the existing WordPress titles. However, it would be good to diagnose the problem in the first place. I don&#8217;t know where that | separator would be coming from because (unless they&#8217;ve changed it recently), wordpress uses &raquo; as a separator in titles by default. Try disabling plugins one-by-one to see if that changes anything. Also try switching to the default theme and see if that does anything. That will at least help you identify where the problem is occurring.</p>
<p>You could also try working with the code that I posted <a href="http://meganmcdermott.com/2006/11/21/fixing-my-wordpress-title-tags/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lenny23</title>
		<link>http://meganmcdermott.com/2008/07/03/fixing-wordpress-title-tags-revsited/comment-page-1/#comment-99486</link>
		<dc:creator>Lenny23</dc:creator>
		<pubDate>Thu, 03 Jun 2010 15:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://meganmcdermott.com/?p=240#comment-99486</guid>
		<description>Thanks for explaining the HeadSpace plugin. My present problem I&#039;m working on since a couple of weeks but can&#039;t solve it, is, that I&#039;m having in my title this &#124; separator sign at the beginning, it looks like &#124; MYHOMEPAGE, ugly. How to remove this &#124;, separator ?
Template is &quot;vigilance&quot; theme (http://thethemefoundry.com/vigilance/), but probably it has to be corrected somewhere in the wordpress core files?
This happened when I deleted a plugin a couple of months ago and from that time this separator was right at the beginning of the title name.
So, my question is, does the HeadSpace plugin give me access to correct this via the HeadSpace plugin panel? Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for explaining the HeadSpace plugin. My present problem I&#8217;m working on since a couple of weeks but can&#8217;t solve it, is, that I&#8217;m having in my title this | separator sign at the beginning, it looks like | MYHOMEPAGE, ugly. How to remove this |, separator ?<br />
Template is &#8220;vigilance&#8221; theme (<a href="http://thethemefoundry.com/vigilance/" rel="nofollow">http://thethemefoundry.com/vigilance/</a>), but probably it has to be corrected somewhere in the wordpress core files?<br />
This happened when I deleted a plugin a couple of months ago and from that time this separator was right at the beginning of the title name.<br />
So, my question is, does the HeadSpace plugin give me access to correct this via the HeadSpace plugin panel? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Salvage</title>
		<link>http://meganmcdermott.com/2008/07/03/fixing-wordpress-title-tags-revsited/comment-page-1/#comment-98336</link>
		<dc:creator>Daniel Salvage</dc:creator>
		<pubDate>Thu, 25 Mar 2010 11:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://meganmcdermott.com/?p=240#comment-98336</guid>
		<description>Thanks for this, I&#039;ve been looking for weeks for something to sort out my titles.  The plugin worked perfectly!

Dan</description>
		<content:encoded><![CDATA[<p>Thanks for this, I&#8217;ve been looking for weeks for something to sort out my titles.  The plugin worked perfectly!</p>
<p>Dan</p>
]]></content:encoded>
	</item>
</channel>
</rss>

