Migrating database / content of non-CMS site to WordPress
If your data is inside database as I understand, it is possible to export your database to CSV file and import this to WordPress. CSV file is basically a comma separated list of data from your database that makes it possible to transfer data from different database structure to another. It does indeed take some … Read more