Description
This plugin provides scheduled build and WP-CLI command for build from console/cron.
Requirements
- StaticPress
- https://wordpress.org/plugins/staticpress/
- WP-CLI
- http://wp-cli.org
WP-CLI command usage
The user option required.
$ wp staticpress build --user=<user_id/username/email>
When your WordPress is multisite, you can specify a blog.
$ wp staticpress build --user=<user_id/username/email> --url=<url>
Screenshots
Installation
- Install WP-CLI to server, example location to
/usr/local/bin/wp
. - Upload the plugin files to the
/wp-content/plugins/cron-staticpress
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
FAQ
- Installation Instructions
-
- Install WP-CLI to server, example location to
/usr/local/bin/wp
. - Upload the plugin files to the
/wp-content/plugins/cron-staticpress
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Install WP-CLI to server, example location to
Reviews
There are no reviews for this plugin.
Contributors & Developers
“StaticPress Auto Builder” is open source software. The following people have contributed to this plugin.
Contributors“StaticPress Auto Builder” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “StaticPress Auto Builder” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.2
- Fixed wrong result checking on staticpress fetch. (by @hiraro, thanks.)
1.1.1
- i18n improvements.
1.1.0
- The plugin name is changed to
StaticPress Auto Builder
. - Added auto build when
publish
,unpublish
andupdate
published post.
1.0.0
- First release.