For the past year I have been running a site with articles that I manually insert into the backend using Phpmyadmin and retreive using mysql and php.
Now I want to run my site with WP becuase of features such as commenting but can't figure out how to copy my exsisting articles in the database to WP's database. There are 100s of them.
I have searched this forum but most migration related threads are to do with CMS run sites (like jomla and drupal) to WP whereas I was inserting my text by going to the backend.
Any suggestions?