Earlier quoted context omitted.
Do you still have a regular WordPress host though? Do you use WordPress.com? I always wanted to do this but every solution requires some non-free PHP hosting alongside the static host. WordPress.com doesn’t let you customize it unless you pay and if you want to use it headlessly you have to build a non-WordPress template elsewhere. I have a low-traffic low-edit WordPress site I want to staticize, but no solution is s…
Yes I use wp.com as a dumb backend with a somewhat blank template so SEs won't find it. Then pull all posts via the API, download images, etc. Render them via Jinja and upload them to Netlify.
By the way you could just use the images served from WordPress.com I assume… unless the ToS don’t allow that.