Single quotes are a royal pain when using WordPress to post your code.单引号是一个皇家疼痛时,使用的WordPress后您的代码。 WordPress, in its infinite wisdom, does some really bad things to it.在WordPress ,在其无限的智慧,是否真的坏的东西。 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:因此,这里是你如何撰写您的单引号在WordPress :
' '

This is safe from WordPress mangling logic.这是从安全的WordPress压延逻辑。 For other such codes refer其他这些守则是指 here这里 .