<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Let&#8217;s Get This Blog Started</title>
	<link>http://www.davewooding.com/lets-get-this-blog-started/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 01:47:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Robert Plank</title>
		<link>http://www.davewooding.com/lets-get-this-blog-started/#comment-39</link>
		<dc:creator>Robert Plank</dc:creator>
		<pubDate>Fri, 07 Mar 2008 03:18:08 +0000</pubDate>
		<guid>http://www.davewooding.com/lets-get-this-blog-started/#comment-39</guid>
		<description>Hahaha!  How ironic.  Yeah well, YOU'RE dorked up.</description>
		<content:encoded><![CDATA[<p>Hahaha!  How ironic.  Yeah well, YOU'RE dorked up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.davewooding.com/lets-get-this-blog-started/#comment-37</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 07 Mar 2008 03:10:42 +0000</pubDate>
		<guid>http://www.davewooding.com/lets-get-this-blog-started/#comment-37</guid>
		<description>Thanks.

The funny thing about your recommendation is that I copied it straight into my functions.php file and it didn't work.

It wasn't until I fixed the single quotes that wordpress dorked up that it worked properly.</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
<p>The funny thing about your recommendation is that I copied it straight into my functions.php file and it didn't work.</p>
<p>It wasn't until I fixed the single quotes that wordpress dorked up that it worked properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Plank</title>
		<link>http://www.davewooding.com/lets-get-this-blog-started/#comment-35</link>
		<dc:creator>Robert Plank</dc:creator>
		<pubDate>Fri, 07 Mar 2008 02:31:34 +0000</pubDate>
		<guid>http://www.davewooding.com/lets-get-this-blog-started/#comment-35</guid>
		<description>Hey Dave, nice start to the blog.  I noticed that you provide a lot of PHP code in some of these posts... and silly WordPress tries to add "smart quotes" to them.  If someone tries to copy and paste them verbatim into a PHP script, it won't work.

To fix this, go into your WordPress "themes" folder, and the subfolder of the theme you have activated, open the functions.php file and add these lines:

remove_filter('the_content', 'wptexturize');
remove_filter('bloginfo', 'wptexturize');
remove_filter('comment_text', 'wptexturize');

That will remove the smart quotes from the blog entry, title tag, and comments areas.  Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hey Dave, nice start to the blog.  I noticed that you provide a lot of PHP code in some of these posts... and silly WordPress tries to add "smart quotes" to them.  If someone tries to copy and paste them verbatim into a PHP script, it won't work.</p>
<p>To fix this, go into your WordPress "themes" folder, and the subfolder of the theme you have activated, open the functions.php file and add these lines:</p>
<p>remove_filter('the_content', 'wptexturize');<br />
remove_filter('bloginfo', 'wptexturize');<br />
remove_filter('comment_text', 'wptexturize');</p>
<p>That will remove the smart quotes from the blog entry, title tag, and comments areas.  Hope that helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
