Importing data from spreadsheet into wordpress DB, along with custom taxonomies and their terms
I don’t think you should create a new column in wp_posts… This kind of info is stored in wp_postmeta. When I need this kind of importing (Excel->WP), I use CSV Importer, as you can assign categories, tags and custom field to the imported data. You’ll probably need to do a couple of tests with few … Read more