That's amnother under the hood issue that I will have to research... whatt happens is basically, when a post is added to the database, slashes are added to cancel out the apostrophes so that code breaks don't prematurely end. Somewhere between post retrieval and displaying, the function to strip the slashes is missing... Simple fix, just a. Matter of where in the code the fix goes.