<?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: Plugin : No Curly Quotes</title>
	<atom:link href="http://blogmum.com/2009/08/plugin-no-curly-quotes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogmum.com/2009/08/plugin-no-curly-quotes/</link>
	<description>WordPress made easy</description>
	<lastBuildDate>Tue, 09 Mar 2010 22:55:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WordPress Plugins Used On This Blog &#124; Evan Valentine, Stay-at-Home Dad</title>
		<link>http://blogmum.com/2009/08/plugin-no-curly-quotes/#comment-2900</link>
		<dc:creator>WordPress Plugins Used On This Blog &#124; Evan Valentine, Stay-at-Home Dad</dc:creator>
		<pubDate>Sun, 31 Jan 2010 15:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=1284#comment-2900</guid>
		<description>[...] No Curly Quotes. Stops WordPress from turning &#039; and &quot; characters into curly quotes in blog posts, titles, excerpts and comments. Options can be set for each element separately. Curly quotes cause problems when cutting&amp;pasting text. [...]</description>
		<content:encoded><![CDATA[<p>[...] No Curly Quotes. Stops WordPress from turning &#39; and &quot; characters into curly quotes in blog posts, titles, excerpts and comments. Options can be set for each element separately. Curly quotes cause problems when cutting&amp;pasting text. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Svatopia</title>
		<link>http://blogmum.com/2009/08/plugin-no-curly-quotes/#comment-1863</link>
		<dc:creator>Svatopia</dc:creator>
		<pubDate>Fri, 13 Nov 2009 21:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=1284#comment-1863</guid>
		<description>Hi Sue,

thanks for the plugin. I&#039;m wondering, does this retroactively go back to swap out curly quotes that have already been written in posts, or only effect new stuff? I&#039;ve tried various plugins and the manual version too, but I&#039;m still seeing curly quotes in my posts (stuff I imported from Blogger, so maybe that&#039;s the problem).

- S</description>
		<content:encoded><![CDATA[<p>Hi Sue,</p>
<p>thanks for the plugin. I'm wondering, does this retroactively go back to swap out curly quotes that have already been written in posts, or only effect new stuff? I've tried various plugins and the manual version too, but I'm still seeing curly quotes in my posts (stuff I imported from Blogger, so maybe that's the problem).</p>
<p>- S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moving to Freedom: No More &#8216;Curly Quotes&#8217; in WordPress</title>
		<link>http://blogmum.com/2009/08/plugin-no-curly-quotes/#comment-1474</link>
		<dc:creator>Moving to Freedom: No More &#8216;Curly Quotes&#8217; in WordPress</dc:creator>
		<pubDate>Sun, 04 Oct 2009 16:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=1284#comment-1474</guid>
		<description>[...] example, here&#039;s the &quot;No Curly Quotes&quot; plugin from which I learned the four calls to the remove_filter function to turn off conversions for post [...]</description>
		<content:encoded><![CDATA[<p>[...] example, here&#39;s the &quot;No Curly Quotes&quot; plugin from which I learned the four calls to the remove_filter function to turn off conversions for post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sue</title>
		<link>http://blogmum.com/2009/08/plugin-no-curly-quotes/#comment-962</link>
		<dc:creator>Sue</dc:creator>
		<pubDate>Fri, 28 Aug 2009 18:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=1284#comment-962</guid>
		<description>Yes Piet, I blogged that myself back in May
http://blogmum.com/2009/05/stop-wordpress-breaking-code-in-your-posts/
as I linked at the beginning of my post. 

Actually if you want to turn it off for comments, titles, and excerpts as well as post content, it&#039;s four lines of code. And lots of people don&#039;t like to dive into PHP. ;-)</description>
		<content:encoded><![CDATA[<p>Yes Piet, I blogged that myself back in May<br />
<a href="http://blogmum.com/2009/05/stop-wordpress-breaking-code-in-your-posts/" rel="nofollow">http://blogmum.com/2009/05/stop-wordpress-breaking-code-in-your-posts/</a><br />
as I linked at the beginning of my post. </p>
<p>Actually if you want to turn it off for comments, titles, and excerpts as well as post content, it's four lines of code. And lots of people don't like to dive into PHP. <img src='http://blogmum.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piet</title>
		<link>http://blogmum.com/2009/08/plugin-no-curly-quotes/#comment-961</link>
		<dc:creator>Piet</dc:creator>
		<pubDate>Fri, 28 Aug 2009 18:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogmum.com/?p=1284#comment-961</guid>
		<description>Hi Sue, great solution to get rid of the curly quotes, but that means yet another plugin to deal with. For the people who like to dive into their code, there is another way of doing it, without the need for the plugin.
It has been described on &lt;a href=&quot;http://www.totallywordpress.com/plugins-hacks/how-to-get-rid-of-curly-quotes-63&quot; rel=&quot;nofollow&quot;&gt;Totally WordPress&lt;/a&gt; and it is basically adding 1 line of code to the functions.php file. 
EDIT can&#039;t add code to your blog, so follow the link to see how...</description>
		<content:encoded><![CDATA[<p>Hi Sue, great solution to get rid of the curly quotes, but that means yet another plugin to deal with. For the people who like to dive into their code, there is another way of doing it, without the need for the plugin.<br />
It has been described on <a href="http://www.totallywordpress.com/plugins-hacks/how-to-get-rid-of-curly-quotes-63" rel="nofollow">Totally WordPress</a> and it is basically adding 1 line of code to the functions.php file.<br />
EDIT can't add code to your blog, so follow the link to see how...</p>
]]></content:encoded>
	</item>
</channel>
</rss>
