How To Add Single Quotes In WordPress Posts
Single quotes are a royal pain when using WordPress to post your code. WordPress, in its infinite wisdom, does some really bad things to it. And anyone who attempts to simply cut-n-paste your code sample is in for a rude surprise and you are in for some really trivial support calls. So here is how you write your single quotes in WordPress:
'
This is safe from WordPress mangling logic. For other such codes refer here.
Filed under CMS Software, How To, Pro Blogging, Tech Note, Web, Web Services, WordPress |
|
RSS 2.0 |
Trackback this Article
|
Email this Article
You may also like to read |




































September 4th, 2006 at 2:08 am
This plugin does this automatically:
http://www.semiologic.com/software/unfancy-quote/
September 4th, 2006 at 10:01 am
Unfortunately your plugin does the same for double quotes too, which may or may not be what the user wants. It would be better to have it as an option, quicktags would be a better way I think.