Quite an interesting thread on the PHP London mailing list about folks’ experience using Wordpress. The final comment seemed to be the most indepth and informative, and confirms previous comments I’ve heard.
We did http://ftalphaville.ft.com using Wordpress, and speaking as someone who’s actually had to wade through pretty much the whole codebase, let me tell you it seriously sucks. A few highlights:
1. It tries to detect magic_quotes_gpc, un-quotes the superglobal arrays and then re-quotes them so it’s impossible to get access to the raw querystring or post data
2. I’ve had function chains up to eight calls long with each function in a different file.
3. I still have nightmares about a function called wpautop(). If you ever think about editing it… don’t.
4. I’ve lost count of the number of code blocks that have comments such as “This probably isn’t needed anymore”. Probably!?
And yes, my own blog runs Wordpress. It’s just so damned easy to install








October 2nd, 2007 at 5:48 am
Yes, I’m not alone!
Actually, your blog looks more like S9Y.
November 1st, 2007 at 4:09 pm
Sloppy code aside – been using Wordpress a lot more recently and the usability is great.
December 3rd, 2007 at 5:46 am
For an awesome CMS use Silverstripe!!
http://www.silverstripe.com/