<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nathan Lee &#187; php</title>
	<atom:link href="http://nathan-lee.com/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://nathan-lee.com/blog</link>
	<description>Nathan musing, ranting and raving about the world.</description>
	<lastBuildDate>Wed, 30 Nov 2011 22:11:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Banishing &#8220;&#187;&#8221; from wordpress titles</title>
		<link>http://nathan-lee.com/blog/2010/01/04/banishing-from-wordpress-titles/</link>
		<comments>http://nathan-lee.com/blog/2010/01/04/banishing-from-wordpress-titles/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 01:32:12 +0000</pubDate>
		<dc:creator>Nathan</dc:creator>
				<category><![CDATA[Science and Techie stuff]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[removing]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nathan-lee.com/blog/?p=952</guid>
		<description><![CDATA[Just one of those niggly little annoying things that I did a quick look through the wordpress templates and couldn't figure out where it was coming from, but I'm not a fan of the "»" (&#187;) character stuffed in between the blog name and the blog title.]]></description>
			<content:encoded><![CDATA[<p>Just one of those niggly little annoying things that I did a quick look through the wordpress templates and couldn&#8217;t figure out where it was coming from, but I&#8217;m not a fan of the &#8220;»&#8221; (&amp;raquo;) character stuffed in between the blog name and the blog title.</p>
<p>It means attempt to digg or share links end up with the ugly beast rearing its head.</p>
<p><strong>The solution </strong></p>
<p>Find the header.php in the theme editor, locate the bit that looks like:</p>
<p><code>&lt;?php wp_title(); ?&gt;</code></p>
<p>and change it to:<br />
<code>&lt;?php wp_title('-'); ?&gt;</code></p>
<p>The explanation is that wp_title takes in a separator character and defaults to the dreaded &#8220;»&#8221; if none is supplied (so .</p>
<p>Thanks to<a href="http://www.onlinenerd24.de/2008/09/29/remove-the-from-your-wordpress-title/" target="_blank"> this guy here</a> for the info.</p>
]]></content:encoded>
			<wfw:commentRss>http://nathan-lee.com/blog/2010/01/04/banishing-from-wordpress-titles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

