I’m moving a website to WordPress for a client. They’ve been blogging for many many years and there’s 1400+ pages written in *real* simple HTML (like a bunch of <p> tags with the occasional <a href>, no headers or footers or anything going on really. This site is REALLY old).
These separate pages need to become WordPress posts; the title will be the .html-document’s title and the content will be the text. No images, no tags, no categories, REAL simple. The only thing that will have to be added manually is the date (they’re weekly posts so they need their matching date).
I can copy paste from the HTML site to a WP post and it looks good enough (as long as it includes the links I’m happy) but that would mean doing copy paste for an entire day.
Is there any way to automize this? Uploading the whole 1400+ posts as separate posts, with titles and content would make my life a lot easier already, then I could change the dates manually and check each post.
TLDR: I have 1400+ really simple HTML pages, how can I transform those to WP posts quickly?
[ad_2]