Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

StaticPress Auto Builder

Περιγραφή

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>

Στιγμιότυπα

  • Cron setting page, this cron is executed from WP-Cron.
  • Build from WP-CLI.

Εγκατάσταση

  1. Install WP-CLI to server, example location to /usr/local/bin/wp.
  2. Upload the plugin files to the /wp-content/plugins/cron-staticpress directory, or install the plugin through the WordPress plugins screen directly.
  3. Activate the plugin through the ‘Plugins’ screen in WordPress.

Συχνές Ερωτήσεις

Installation Instructions
  1. Install WP-CLI to server, example location to /usr/local/bin/wp.
  2. Upload the plugin files to the /wp-content/plugins/cron-staticpress directory, or install the plugin through the WordPress plugins screen directly.
  3. Activate the plugin through the ‘Plugins’ screen in WordPress.

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“StaticPress Auto Builder” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Το “StaticPress Auto Builder” έχει μεταφραστεί σε 1 γλώσσα. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.

Μεταφράστε το “StaticPress Auto Builder” στην γλώσσα σας.

Ενδιαφέρεστε για την ανάπτυξη;

Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .

Σύνοψη αλλαγών

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 and update published post.

1.0.0

  • First release.