Importing data into Posts from another source
-
I have some data, from another source, that I would like to insert directly into the WordPress database. No problem about writing PHP / MySQL code to do that, I will write a script to do this, completely independent of WordPress.
However, I cannot get the Posts to appear in the correct Category. This has something to do with the tables term_relationships and term_taxonomy. I think(!) this is correct, because once I have added data into the postmeta and posts tables, then go to WordPress Admin and add the Category, then the Posts appear correctly.
Does anyone know how to do this? Or is there somewhere that I can find what term_relationships and term_taxonomy tables do?
The topic ‘Importing data into Posts from another source’ is closed to new replies.