Import into WordPress 2.7.1

I’m in awe of the newly redesigned WordPress 2.7.1. The import of old posts went smoothly. Installing plugins is now such a breeze! The mass ‘port of the old blog into the new site is largely complete. Thanks to the following MySQL snippet that I used quite heavily, I’ve cleaned up most of the links referring back to the old host and old domain. Gotta love MySQL.

UPDATE table_name SET column_name = REPLACE(column_name,"original_text","replace_text")

Next on the to-do list: galleries!