<?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: How to turn off WordPress smart quotes</title>
	<atom:link href="http://www.lancebledsoe.com/how-to-turn-off-wordpress-smart-quotes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lancebledsoe.com/how-to-turn-off-wordpress-smart-quotes/</link>
	<description>Data junkie. Math geek. Rock star.</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:05:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: How to paste HTML code into a Wordpress blog post : WebPublishing.me</title>
		<link>http://www.lancebledsoe.com/how-to-turn-off-wordpress-smart-quotes/comment-page-1/#comment-15231</link>
		<dc:creator>How to paste HTML code into a Wordpress blog post : WebPublishing.me</dc:creator>
		<pubDate>Fri, 16 Sep 2011 05:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lancebledsoe.com/?p=1138#comment-15231</guid>
		<description>[...] to appear anywhere on your blog, you can try modding your functions.php file following these instructions from Lance Bledsoe. Note: I haven&#8217;t actually tried his suggestion, so proceed at your own risk. I&#8217;m [...]</description>
		<content:encoded><![CDATA[<p>[...] to appear anywhere on your blog, you can try modding your functions.php file following these instructions from Lance Bledsoe. Note: I haven&#8217;t actually tried his suggestion, so proceed at your own risk. I&#8217;m [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bledsoe</title>
		<link>http://www.lancebledsoe.com/how-to-turn-off-wordpress-smart-quotes/comment-page-1/#comment-8946</link>
		<dc:creator>bledsoe</dc:creator>
		<pubDate>Sat, 16 Apr 2011 21:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.lancebledsoe.com/?p=1138#comment-8946</guid>
		<description>You got me, Bruce, I don&#039;t know much about wordpress.com blogs.  I do know they have extensive support thru their forums, though, so that&#039;s probably a good place to look.

Good luck,</description>
		<content:encoded><![CDATA[<p>You got me, Bruce, I don't know much about wordpress.com blogs.  I do know they have extensive support thru their forums, though, so that's probably a good place to look.</p>
<p>Good luck,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Peterson</title>
		<link>http://www.lancebledsoe.com/how-to-turn-off-wordpress-smart-quotes/comment-page-1/#comment-8942</link>
		<dc:creator>Bruce Peterson</dc:creator>
		<pubDate>Sat, 16 Apr 2011 17:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lancebledsoe.com/?p=1138#comment-8942</guid>
		<description>Actually it is not self-hosted - it&#039;s through WordPress.com. And in looking more closely, the problem only seems to occur in captions of pictures - not in the normal body of the text. When I put a single quote (&#039;) in the caption of a picture it comes out as this:
emperors. Following the links you gave me I tried to replace the &#039; with &amp;#39 and ended up with the same character. So  perhaps my problem is slightly different than other peoples&#039;. Maybe I just have to rewrite the caption to avoid possessives?</description>
		<content:encoded><![CDATA[<p>Actually it is not self-hosted - it's through WordPress.com. And in looking more closely, the problem only seems to occur in captions of pictures - not in the normal body of the text. When I put a single quote (') in the caption of a picture it comes out as this:<br />
emperors. Following the links you gave me I tried to replace the ' with &amp;#39 and ended up with the same character. So  perhaps my problem is slightly different than other peoples'. Maybe I just have to rewrite the caption to avoid possessives?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bledsoe</title>
		<link>http://www.lancebledsoe.com/how-to-turn-off-wordpress-smart-quotes/comment-page-1/#comment-8934</link>
		<dc:creator>bledsoe</dc:creator>
		<pubDate>Sat, 16 Apr 2011 12:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.lancebledsoe.com/?p=1138#comment-8934</guid>
		<description>Hi Bruce,

I&#039;m assuming that your blog is a self-hosted (i.e., wordpress.org) blog and not a wordpress.com blog.  (If you have a blog on wordpress.com you might want to check out http://en.forums.wordpress.com/topic/curly-quotes from the wordpress.com forums.)

If you do have a self-hosted wordpress blog, then yes, the functions.php file and the wp-includes file both live on the server that&#039;s hosting your blog, though you can&#039;t access them directly from your Dashboard.  You have to use an FTP client (e.g., Filezilla) or some sort of application from your host&#039;s cpanel screen like FileManager.  Both of these allow you to look around your site&#039;s directory structure and also upload files from your local machine to your server.

Note that there&#039;s also the &quot;Editor&quot; feature in your Dashboard, which does allow you to edit certain of your wordpress files (though it won&#039;t actually show you the directory structure).  Inside the Dashboard, on the left sidebar, click on Appearance, then Editor.  You&#039;ll be presented with a screen which allows you to edit some of your wordpress files, including functions.php.  (Technically, it&#039;s allowing you to edit files within each of your wordpress &quot;themes&quot;.)

FWIW, I&#039;m not a huge fan of the Dashboard Editor.  If I&#039;m going to be editing or uploading files to my server I prefer to use FTP along with my favorite text editor, but I suppose its nice to have options.

Let me know if this helps.</description>
		<content:encoded><![CDATA[<p>Hi Bruce,</p>
<p>I'm assuming that your blog is a self-hosted (i.e., wordpress.org) blog and not a wordpress.com blog.  (If you have a blog on wordpress.com you might want to check out <a href="http://en.forums.wordpress.com/topic/curly-quotes" rel="nofollow">http://en.forums.wordpress.com/topic/curly-quotes</a> from the wordpress.com forums.)</p>
<p>If you do have a self-hosted wordpress blog, then yes, the functions.php file and the wp-includes file both live on the server that's hosting your blog, though you can't access them directly from your Dashboard.  You have to use an FTP client (e.g., Filezilla) or some sort of application from your host's cpanel screen like FileManager.  Both of these allow you to look around your site's directory structure and also upload files from your local machine to your server.</p>
<p>Note that there's also the "Editor" feature in your Dashboard, which does allow you to edit certain of your wordpress files (though it won't actually show you the directory structure).  Inside the Dashboard, on the left sidebar, click on Appearance, then Editor.  You'll be presented with a screen which allows you to edit some of your wordpress files, including functions.php.  (Technically, it's allowing you to edit files within each of your wordpress "themes".)</p>
<p>FWIW, I'm not a huge fan of the Dashboard Editor.  If I'm going to be editing or uploading files to my server I prefer to use FTP along with my favorite text editor, but I suppose its nice to have options.</p>
<p>Let me know if this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Peterson</title>
		<link>http://www.lancebledsoe.com/how-to-turn-off-wordpress-smart-quotes/comment-page-1/#comment-8927</link>
		<dc:creator>Bruce Peterson</dc:creator>
		<pubDate>Sat, 16 Apr 2011 03:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lancebledsoe.com/?p=1138#comment-8927</guid>
		<description>I suspect I will feel more of an idiot after this is answered than I do now, but here goes anyway. I&#039;m new to WordPress and am being annoyed by the quote handling so I Googled and found this (and a number of other sites all giving similar solutions). The problem is I can&#039;t figure out where the functions.php file (or the wp-includes folder) might reside. The Finder can&#039;t find it locally on my Mac. So I figured that rather than being local to my computer it must be somewhere on a WordPress server somewhere so I went into the Dashboard and started looking around and got no further. Any help would be appreciated. Thanks.</description>
		<content:encoded><![CDATA[<p>I suspect I will feel more of an idiot after this is answered than I do now, but here goes anyway. I'm new to WordPress and am being annoyed by the quote handling so I Googled and found this (and a number of other sites all giving similar solutions). The problem is I can't figure out where the functions.php file (or the wp-includes folder) might reside. The Finder can't find it locally on my Mac. So I figured that rather than being local to my computer it must be somewhere on a WordPress server somewhere so I went into the Dashboard and started looking around and got no further. Any help would be appreciated. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Replacing Smart Quotes with Dumb Quotes in Microsoft Word &#124; Must Be Built</title>
		<link>http://www.lancebledsoe.com/how-to-turn-off-wordpress-smart-quotes/comment-page-1/#comment-8107</link>
		<dc:creator>Replacing Smart Quotes with Dumb Quotes in Microsoft Word &#124; Must Be Built</dc:creator>
		<pubDate>Mon, 21 Mar 2011 12:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lancebledsoe.com/?p=1138#comment-8107</guid>
		<description>[...] you noticed that WordPress is putting smart quotes around all my quoted text.  Grrrrrr.  Here is how to get rid of the WordPress ones if they still grate.   This entry was posted in Tech Musings. Bookmark the permalink.    &#8592; iPad 2 Revealed &#8211; [...]</description>
		<content:encoded><![CDATA[<p>[...] you noticed that WordPress is putting smart quotes around all my quoted text.  Grrrrrr.  Here is how to get rid of the WordPress ones if they still grate.   This entry was posted in Tech Musings. Bookmark the permalink.    &larr; iPad 2 Revealed &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLDBPros.com</title>
		<link>http://www.lancebledsoe.com/how-to-turn-off-wordpress-smart-quotes/comment-page-1/#comment-4282</link>
		<dc:creator>SQLDBPros.com</dc:creator>
		<pubDate>Fri, 01 Oct 2010 19:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lancebledsoe.com/?p=1138#comment-4282</guid>
		<description>Perfect!  Easy and worked like a charm. (and now my readers can cut and paste from my site directly to SQL Server Management Studio).</description>
		<content:encoded><![CDATA[<p>Perfect!  Easy and worked like a charm. (and now my readers can cut and paste from my site directly to SQL Server Management Studio).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Around the WordPress Community: W3 Total Cache, PHP 4 or 5, KSES.php, CRON, and More Links &#124; WordCast - WordPress podcast, Blogging podcast, Blogging news, WordPress plugins, WordPress themes, WordPress news</title>
		<link>http://www.lancebledsoe.com/how-to-turn-off-wordpress-smart-quotes/comment-page-1/#comment-3050</link>
		<dc:creator>Around the WordPress Community: W3 Total Cache, PHP 4 or 5, KSES.php, CRON, and More Links &#124; WordCast - WordPress podcast, Blogging podcast, Blogging news, WordPress plugins, WordPress themes, WordPress news</dc:creator>
		<pubDate>Wed, 07 Jul 2010 11:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lancebledsoe.com/?p=1138#comment-3050</guid>
		<description>[...] sharing. Otto shares the code to bring this little link shortner to your own WordPress blog posts.How to turn off WordPress smart quotes &#8211; Lance Bledsoe &#8211; While people like Matt Mullenweg thrive on the word processor style curly quotes, a lot of [...]</description>
		<content:encoded><![CDATA[<p>[...] sharing. Otto shares the code to bring this little link shortner to your own WordPress blog posts.How to turn off WordPress smart quotes &#8211; Lance Bledsoe &#8211; While people like Matt Mullenweg thrive on the word processor style curly quotes, a lot of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bledsoe</title>
		<link>http://www.lancebledsoe.com/how-to-turn-off-wordpress-smart-quotes/comment-page-1/#comment-2965</link>
		<dc:creator>bledsoe</dc:creator>
		<pubDate>Tue, 29 Jun 2010 13:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lancebledsoe.com/?p=1138#comment-2965</guid>
		<description>Feel free to copy the post if you like, though a link and a shout out is always appreciated.</description>
		<content:encoded><![CDATA[<p>Feel free to copy the post if you like, though a link and a shout out is always appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Tricks</title>
		<link>http://www.lancebledsoe.com/how-to-turn-off-wordpress-smart-quotes/comment-page-1/#comment-2964</link>
		<dc:creator>Wordpress Tricks</dc:creator>
		<pubDate>Mon, 28 Jun 2010 22:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lancebledsoe.com/?p=1138#comment-2964</guid>
		<description>Hi, i;m have same interesting with you and i found your website from google. You give nice info for wordpress plugin and it&#039;s really informatif. Can i copy your post into my blog ?</description>
		<content:encoded><![CDATA[<p>Hi, i;m have same interesting with you and i found your website from google. You give nice info for wordpress plugin and it's really informatif. Can i copy your post into my blog ?<br />
<span class="cluv">WordPress Tricks´s last [type] ..<a class="efe7e165cc 2964" rel="nofollow" href="http://feedproxy.google.com/~r/feedburner/XPmD/~3/wfr9HMuJSo8/">Post Teaser v401 WP Plugin</a></span></p>
]]></content:encoded>
	</item>
</channel>
</rss>

