OK thanks to the individual who pointed this out to me because I wouldn’t of caught it for a LONG time. So the first problem that I’m having with WordPress is that when I cut and paste code my single quotes become an “open quote” and a “close quote” and if anyone code they know that this is TOTALLY different then a single quote.
'
There is your solution… if you want to cut and paste code you need to be sure to replace any single quotes in your code with '


