WordPress


Moving WordPress to A New Host

You might have spotted a “moving notice” on the site recently, that vanished once the DNS updates pushed through.  This is because I finally have gotten started setting up on a new host and Eclectic Thoughts was the first of my sites to be moved (as it was the only […]


MySQL Tricks: Splitting Strings

I needed to run a query to find out how many people in our user table had an email address on a domain within a set list from another table.  Normally, I might have written a PHP script for this, pulling users that matched a loose LIKE statement of email_address […]


WordPress Themes – Watch Those Spaces!

As I mentioned previously, I've been learning WordPress stuff over the last few weeks for a client.  Recently we discovered her RSS feed wasn't working in some checkers, so I checked it and found that the resulting XML had indention before the first few lines.  Now, personally I think its […]