We’re creating a Maori dictionary using WordPress 3.2.1, the words are in Maori sequence. We’ve used SQL to import data into the MySQL database 5.0, now we want to add tags (the English word) to enable dictionary access English to Maori.
The Simple Tagging plugin mentions embedded tags, post using [tags]tag1, tag2, tag3[/tags]. This makes it possible to tag posts when you use an external blogging application like BlogDesk or Windows Live Writer. However it’s only compatible up to 2.2.3. and its successor Simple Tag makes no mention of this feature
WordPress Importer plugin indicates the ability to import tags from exported sql files but no mention of importing additional data.
We’ve the data in Excel e.g.
ID post_title tag
1100 kiāo cat
1142 kiore rat, mouse, cat
1143 kiorengiāo cat
1144 kioretoka rat
Is there a plugin that will import tags with the initial data entry or can import the data tags from a table later?