Exellero
Member
Posted 2 years ago #
Hi. I have a datebase with some articles. There are quite a few(1000) and it will take a very long time to add them manually. I want to know a way to import the database table into the wordpress posts table.I tried different exports and imports but no luck. Can anyone help me?
Thank you
Matt McInvale
Member
Posted 2 years ago #
Personally, I would write a little plugin to parse your file and then use wp_insert_post() to push it into your database.
Exellero
Member
Posted 2 years ago #
ok can you tell me how to do that exactly? Thank you very much.