Title: Static Site Generator
Author: Katsushi Kawamori
Published: <strong>2025 年 3 月 23 日</strong>
Last modified: 2026 年 3 月 29 日

---

搜尋外掛

![](https://ps.w.org/static-site-generator/assets/icon-256x256.png?rev=3260419)

# Static Site Generator

 由 [Katsushi Kawamori](https://profiles.wordpress.org/katsushi-kawamori/) 開發

[下載](https://downloads.wordpress.org/plugin/static-site-generator.2.04.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/static-site-generator/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/static-site-generator/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/static-site-generator/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/static-site-generator/#developers)

 [技術支援](https://wordpress.org/support/plugin/static-site-generator/)

## 外掛說明

#### Requires

 * This plugin only supports execution from the command line using [WP-CLI](https://wp-cli.org/).

#### Generate

 * Generated static site with WP-CLI command.
 * Replaces URLs or strings in content.
 * Supports custom post types.
 * Outputs the archive page for the year, month, and day.
 * Outputs category archives.
 * Outputs tag archives.
 * Outputs author archives.
 * Outputs feed.
 * Outputs categories feed.
 * Outputs tags feed.
 * Sitemap by default in WordPress.
 * Generates a file from a specified URL.

#### Copy

 * Copy the files that the following tags in the html read to the static site.

    ```
    <a href="...">
    <img src="...">
    <img srcset="...">
    <video src="...">
    <audio src="...">
    <link href="...">
    <script src="...">
    <iframe src="...">
    <source src="...">
    <track src="...">
    <object data="...">
    <embed src="...">
    <script>...</script>
    CSS
    ```

#### WP-CLI

 * 1st argument(string) : `/home/www/localhost.test` : output path of full path
 * 2nd argument(string) : `https://localhost.test` : url of output homepage
 * optional argument1(string) : `--cb1="site.com" --ca1="localhost.test"` : `cb1`-
   > Original string | `ca1` -> Changed string
 * optional argument2(string) : `--cb2="/wordpress" --ca2="/"` : `cb2` -> Original
   string | `ca2` -> Changed string
 * optional argument3(bool) : `--s` : Only arguments 4-7, which directly specify
   the URL and file name, are executed.
 * optional argument4(string) : `--file1="ja/feed/index.xml" --orgurl1="https://
   site.com/ja/feed/"` : `file1` -> Output filename | `orgurl1` -> Original url
 * optional argument5(string) : `--file2="ja/category/whatsnew-ja/feed/index.xml"--
   orgur2="https://site.com/ja/category/whatsnew-ja/feed/"` : `file2` -> Output 
   filename | `orgurl2` -> Original url
 * optional argument6(string) : `--file3="feed/googleimagesitemap/index.xml" --orgurl3
   ="https://site.com/feed/googleimagesitemap/"` : `file3` -> Output filename | `
   orgurl3` -> Original url
 * optional argument7(string) : `--file4="feed/googlevideossitemap/index.xml" --
   orgur4="https://site.com/feed/googlevideossitemap/"` : `file4` -> Output filename
   | `orgurl4` -> Original url
 * optional argument8(bool) : `--c` : Outputs file copy status to the console.
 * Example1 `wp static /home/www/localhost.test https://localhost.test`
 * Example2 `wp static /home/www/localhost.test https://localhost.test --cb1="site.
   com" --ca1="localhost.test" --cb2="/wordpress" --ca2="/"`
    In the html or xml,
   the original home page is converted to “https://localhost.test”, “site.com” is
   converted to “localhost.test”, and “/wordpress” is converted to “/”.

## 螢幕擷圖

 * [[
 * WP-CLI help screen
 * [[
 * WP-CLI execution screen

## 安裝方式

 1. Upload `static-site-generator` directory to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## 常見問題集

none

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Static Site Generator〉的開發相關工作。

參與者

 *   [ Katsushi Kawamori ](https://profiles.wordpress.org/katsushi-kawamori/)

〈Static Site Generator〉外掛目前已有 1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/static-site-generator/contributors)
為這個外掛做出的貢獻。

[將〈Static Site Generator〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/static-site-generator)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/static-site-generator/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/static-site-generator/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/static-site-generator/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/static-site-generator/)。

## 變更記錄

#### [2.04] 2025/11/16

 * Change – hook name.

#### [2.03] 2025/05/20

 * Change – readme.txt.

#### [2.02] 2025/05/19

 * Fix – File copy.

#### [2.01] 2025/05/17

 * Added – Day archives can now be displayed.

#### [2.00] 2025/05/16

 * Fix – Various processes have been reviewed.
 * Added – Tags feeds can now be displayed.

#### [1.13] 2025/05/12

 * Added – Tags archives can now be displayed.
 * Fix – File copy status is not displayed on the console by default. If you wish
   to display it, please add the –c option.

#### [1.12] 2025/05/11

 * Fix – Warning messages.

#### [1.11] 2025/05/11

 * Fix – Translation.

#### [1.10] 2025/05/11

 * Added – Author archives can now be displayed.

#### [1.09] 2025/05/10

 * Added – Support for pagination within a post.

#### [1.08] 2025/05/10

 * Fix – Suppresses generation when feed is suppressed.

#### [1.07] 2025/05/09

 * Added – Feed output is available.
 * Fix – Fixed that the top page of the blog’s latest posts is not generated.

#### [1.06] 2025/03/31

 * Added – Displays an error message and stops processing if the permalink structure
   is not appropriate.

#### [1.05] 2025/03/29

 * Fix – Branching process when creating sitemap.

#### [1.04] 2025/03/28

 * Fix – Handling of redirects.

#### [1.03] 2025/03/27

 * Fix – Problems getting the srcset attribute.

#### [1.02] 2025/03/26

 * Fix – Handling of redirects.

#### [1.01] 2025/03/25

 * Fix – Problems getting the srcset attribute.

#### [1.00] 2025/03/23

Initial release.

## 中繼資料

 *  版本 **2.04**
 *  最後更新 **2 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.6 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 8.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/static-site-generator/) 及 [Japanese](https://ja.wordpress.org/plugins/static-site-generator/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/static-site-generator)
 * 標籤:
 * [performance](https://tw.wordpress.org/plugins/tags/performance/)[security](https://tw.wordpress.org/plugins/tags/security/)
   [seo](https://tw.wordpress.org/plugins/tags/seo/)[speed](https://tw.wordpress.org/plugins/tags/speed/)
   [static](https://tw.wordpress.org/plugins/tags/static/)
 *  [進階檢視](https://tw.wordpress.org/plugins/static-site-generator/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/static-site-generator/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/static-site-generator/reviews/)

## 參與者

 *   [ Katsushi Kawamori ](https://profiles.wordpress.org/katsushi-kawamori/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/static-site-generator/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://shop.riverforest-wp.info/donate/)