It is possible to make a static website from WordPress. Here is a short guide for that:
Before you start:
- Change all dynamic content on the website to the external services, f.e.:
- comment to Facebook Comments
- contact form to Formspree
- search to WP Google Search
- Change permission to access to the WordPress in
.htaccess
because WordPress is only a content “donor”.
Preparing environment
- Install WordPress plugin to grab HTML data: Simply Static
- Configuration:
- Use absolute URL
- set Static type
- set localisation to Local Directory
Generating static page
This could take few minutes
Testing
If some pages wasn’t generated you can add them in Additional URL field
This answer based on Lukasz Wilczak’s presentation from WordUp Kraków 2017.

7
MAY
MAY
0