I have an old postnuke sql file that no longer resides in a db. I've stripped it down to the title, time and post, and want to drop all the old posts (100+) into my new wordpress blog. I can build the "insert into..." commands for the wp-posts table but what do I need to do in the wp-postmets and wp-post2cat tables to get them to jive?
My plan is to start at my last post number (47) and add from there the commands:
INSERT INTO wp_posts VALUES (1, 48, '2006...
Am I up in the night? Will this work? Pitfalls?