Pressing onward
August 17, 2006 2:44 PM
Subscribe
I'm working on transitioning a blog from Movable Type to Wordpress, and I'm getting hung up on one technical issue
Movable Type includes a Keywords field in every post, and I use it for folksonomy-style tags as a comma-delimited list. I would like for this information to survive the transition, but it isn't easy.
Wordpress' MT importer ignores the Keywords field entirely. Wordpress does not have a Keywords field by default, but it does allow custom fields, and with the Ultimate Tag Warrior plugin, does lots of fun taggy things.
I did find a patch for an older version of the MT importer that updates it to deal with the Keywords field, but the patch doesn't apply to the current version; I know enough PHP to do about half of it manually, but after that, I'm adrift.
thanks in advance (and no offense, Anil).
posted by adamrice to computers & internet (5 comments total)
1 user marked this as a favorite
I think it would be easiest to just export your MT Keywords from MySQL to a CSV file, format that into whatever format WordPress needs to recognize it and then use one of the WordPress import tools to dump that right back into the MySQL database (into the correct respective table, of course). Sounds easy but you'll need to do some tests and finagling to get it just right.
posted by camworld at 5:17 PM on August 17, 2006