Combining old site with WordPress
-
Hello
I developed a site in ASP for many years ago (2002). I’s a popular site for danish anglers, so i want to migrate to WordPress.
The site has its own database, and i want to use that in the future. So i have to combine the new WordPress site’s database and the old sites database. I have that working.
I have picked a good theme (GeneratePress) and made mySelf a child Theme based on that. The frontend looks god now – i still need som changes, but i dont expect it to be a problem.
In the future WordPress will handle the user login, and new PhP code, will use the old database structures to CRUD the relevant data through WP.My biggest problem is, how do i organize my code. I access the old database with PhP, but I am really not sure, if i just should organize everything in my functions.php for the child-theme and supply data for my own widgets, from there?
So my question is: Is there anyone who knows about documentation from others that has had a similar challenge?
I can’t be the only one, who is migrating from an old site to WordPress. So I’m really interested if anyone has written anything about this in a Book, Blog or anywhere else.The page I need help with: [log in to see the link]
- The topic ‘Combining old site with WordPress’ is closed to new replies.