Skip to content

Releases: chrispengcn/wp-static-python

v1.0.0 - Initial Release

Choose a tag to compare

@chrispengcn chrispengcn released this 22 Aug 04:21

WP Static Python v1.0.0

Initial public release.

Features

  • Sitemap-driven static HTML generation via the bundled wpstatic.py script.
  • WordPress admin page with three step-by-step SSH commands and Copy to clipboard buttons.
  • Automatic sitemap detection (sitemap.xml, sitemap_index.xml, wp-sitemap.xml).
  • Static files written to <wordpress-root>/static/.
  • Ready-to-use Apache (.htaccess) and Nginx configuration snippets for static-first / dynamic-fallback routing.
  • Works in local, production, and Docker environments (commands use paths relative to the WordPress root).

Installation

  1. Download wp-static-python.zip from the assets below.
  2. In WordPress, go to Plugins → Add New → Upload Plugin, choose the ZIP, and install.
  3. Activate the plugin.
  4. Open the WP Static menu and follow the on-screen instructions.

Requires WordPress 5.0+, PHP 7.2+, and Python 3 with pip available on the server.