Entry tags:
arg wordpress!
I'm working on a database query in Wordpress, which isn't yet working and I think I've solved at least part of the problem ... SOME of my single quotes are turning into curly quotes. And I can't figure out why. Escaping them doesn't work, as it changes them all to curly end single quotes. Using double quotes and escaping them, much the same result. GAH
ETA: Unfancy Quote plugin. Aaaaaah. :)
ETA: Unfancy Quote plugin. Aaaaaah. :)
no subject
Do you have the php plugin?
http://wordpress.org/extend/plugins/exec-php/
no subject
The *next* problem I have to solve is getting the info in the query results into the proper Wordpress tags, and I'm reading up on setup_postdata right now...