Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.
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.