[ad_1]
I have tried everything to convert the wp into a static HTML and none of the plugins even load any of the files. I will click generate and nothing will happen.
Edit: I am running the server on Local by the way if that helps
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
Converting a WordPress website into a static HTML site can be a bit complex, and not all plugins may work perfectly for all types of websites. If you’ve tried various plugins without success. Consider using static site generators like Jekyll, Hugo, Gatsby, or Next.js. These generators take your content (usually in Markdown format) and automatically generate static HTML pages. They are more developer-oriented tools, but they offer various benefits, including better performance and easier version control.
You’ll need to familiarize yourself with the specific static site generator’s documentation and workflow to use them effectively.