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這裡 .