<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Craig Childs &#187; wordpress</title>
	<atom:link href="http://craigchilds.wordpress.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://craigchilds.wordpress.com</link>
	<description>jaaam</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:26:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='craigchilds.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/168691169b24b1bb07fc92c45e2d6270?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Craig Childs &#187; wordpress</title>
		<link>http://craigchilds.wordpress.com</link>
	</image>
			<item>
		<title>Moving WordPress Title &amp; Symbols</title>
		<link>http://craigchilds.wordpress.com/2007/11/15/moving-wordpress-title-symbols/</link>
		<comments>http://craigchilds.wordpress.com/2007/11/15/moving-wordpress-title-symbols/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 02:17:04 +0000</pubDate>
		<dc:creator>craigchilds</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://craigchilds.wordpress.com/2007/11/15/moving-wordpress-title-symbols/</guid>
		<description><![CDATA[The standard WordPress handling of title tags [what shows up in your browser's title bar and search engines] is not guite right.
Instead of BlogTitle &#62;&#62; PostTitle; you want PostTitle &#62;&#62; BlogTitle. This helps with SEO and looks better.
You could switch wp_title and bloginfo(name), but then you get this annoying &#62;&#62; before your title. So here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigchilds.wordpress.com&blog=142563&post=119&subd=craigchilds&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The standard WordPress handling of title tags [what shows up in your browser's title bar and search engines] is not guite right.</p>
<p>Instead of BlogTitle &gt;&gt; PostTitle; you want PostTitle &gt;&gt; BlogTitle. This helps with SEO and looks better.</p>
<p>You could switch wp_title and bloginfo(name), but then you get this annoying &gt;&gt; before your title. So here is the easy solution without resorting to a plugin.</p>
<p>Add the PostTitle after the <title> tag with &#8221; in the brackets to remove the arrows: </p>
<pre class="brush: php;">&lt;title&gt;&lt;?php wp_title(' '); ?&gt;</pre>
<p>Add the condition if we&#8217;ve removed that symbol, it should add another after it; in this case i&#8217;m choosing the | symbol because I don&#8217;t like the arrows:</p>
<pre class="brush: php;">&lt;?php if(wp_title('', false)) { echo ' | '; } ?&gt;</pre>
<p>Now add your blog name and whatever else you want before closing the title tag:</p>
<pre class="brush: php;">&lt;?php bloginfo('name'); ?&gt; |  blog description? &lt;/title&gt;	</pre>
<p>Works like a charm. Thanks to <a href="http://www.zachgraeve.com/2006/09/01/optimizing-wordpress-title-tags/">Zach</a>.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/craigchilds.wordpress.com/119/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/craigchilds.wordpress.com/119/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/craigchilds.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/craigchilds.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/craigchilds.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/craigchilds.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/craigchilds.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/craigchilds.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/craigchilds.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/craigchilds.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/craigchilds.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/craigchilds.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigchilds.wordpress.com&blog=142563&post=119&subd=craigchilds&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://craigchilds.wordpress.com/2007/11/15/moving-wordpress-title-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af8052a5742ff594456ff7300ffc8c30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craigchilds</media:title>
		</media:content>
	</item>
		<item>
		<title>Full Feeds With the More Link</title>
		<link>http://craigchilds.wordpress.com/2007/11/13/full-feeds-with-the-more-link/</link>
		<comments>http://craigchilds.wordpress.com/2007/11/13/full-feeds-with-the-more-link/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 03:36:42 +0000</pubDate>
		<dc:creator>craigchilds</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://craigchilds.wordpress.com/2007/11/13/full-feeds-with-the-more-link/</guid>
		<description><![CDATA[What a hassle! WordPress decided a while ago that you can have either summary or full content feeds, but if you used the  code the feed&#8217;s posts would get cut. 
Editing the wp/includes feed files didn&#8217;t help and neither did the full-feed plugin. However, I&#8217;d suggest using Cronin&#8217;s Dual Feeds plugin.
Not only does it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigchilds.wordpress.com&blog=142563&post=110&subd=craigchilds&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>What a hassle! WordPress decided a while ago that you can have either summary or full content feeds, but if you used the <code></code> code the feed&#8217;s posts would get cut. </p>
<p>Editing the wp/includes feed files didn&#8217;t help and neither did the full-feed plugin. However, I&#8217;d suggest using <a href="http://www.scratch99.com/wordpress-plugin-dualfeeds/">Cronin&#8217;s Dual Feeds plugin</a>.</p>
<p>Not only does it fix this little issue across the board [category feeds etc] but it also allows you to make up a secondary feed for summaries and plug your feed into <a href="http://feedburner.com">Feedburner</a>. </p>
<p>Good look.</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/craigchilds.wordpress.com/110/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/craigchilds.wordpress.com/110/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/craigchilds.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/craigchilds.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/craigchilds.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/craigchilds.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/craigchilds.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/craigchilds.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/craigchilds.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/craigchilds.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/craigchilds.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/craigchilds.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigchilds.wordpress.com&blog=142563&post=110&subd=craigchilds&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://craigchilds.wordpress.com/2007/11/13/full-feeds-with-the-more-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af8052a5742ff594456ff7300ffc8c30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craigchilds</media:title>
		</media:content>
	</item>
		<item>
		<title>Server Maintenance</title>
		<link>http://craigchilds.wordpress.com/2007/11/13/server-maintenance/</link>
		<comments>http://craigchilds.wordpress.com/2007/11/13/server-maintenance/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 01:27:19 +0000</pubDate>
		<dc:creator>craigchilds</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://craigchilds.wordpress.com/2007/11/13/server-maintenance/</guid>
		<description><![CDATA[What is this about? WordPress.com isn&#8217;t allowing comments to go through based on &#8216;my&#8217; server maintenance?
Your server is going through a few minutes of routine maintenance. Please don&#8217;t touch your browser for a few minutes.
What do I do?
If you were posting a comment or making a post on your blog then do not press BACK [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigchilds.wordpress.com&blog=142563&post=106&subd=craigchilds&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>What is this about? WordPress.com isn&#8217;t allowing comments to go through based on &#8216;my&#8217; server maintenance?</p>
<blockquote><p>Your server is going through a few minutes of routine maintenance. Please don&#8217;t touch your browser for a few minutes.<br />
What do I do?</p>
<li>If you were posting a comment or making a post on your blog then do not press BACK on your browser. Wait 5 minutes and press the refresh icon on your browser. Your comment or post will be sent as normal.</li>
<li>
If you are browsing a blog here just wait a few moments and hit refresh. The page you were expecting will appear.</li>
</blockquote>
<p>I&#8217;ve never come across this before. When will it end!?</p><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/craigchilds.wordpress.com/106/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/craigchilds.wordpress.com/106/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/craigchilds.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/craigchilds.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/craigchilds.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/craigchilds.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/craigchilds.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/craigchilds.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/craigchilds.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/craigchilds.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/craigchilds.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/craigchilds.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=craigchilds.wordpress.com&blog=142563&post=106&subd=craigchilds&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://craigchilds.wordpress.com/2007/11/13/server-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af8052a5742ff594456ff7300ffc8c30?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">craigchilds</media:title>
		</media:content>
	</item>
	</channel>
</rss>