Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!
I think it would probably need a coder to manually create something here - the structure of the existing site and the Wordpress template dictate what the migration process would be.
Why are you wanting to move it anyway? I'm doing most of my stuff in plain html \ css now as it's so much faster, secure and easier to manage.
I am assuming you are more concerned with moving the content across rather than the style/layout?
Getting the plain text page content Page for Page into the WordPress database should be easy enough. (Programmatically)
That is... If they all roughly follow a standardised page layout.
For example you could grab the <H1> for the WordPress page title and then some another TAG for your page content.
Then you can just design your WordPress site around it.
Feel free o PM me the address so I can take a look.
Well I asked chatGPT4 out of interest 'what is the best way to convert a lot of html files to wordpress'. The answer was long and detailed with about 10 points but that seemed to be the main point.