Title: Editor Handbook
Author: DevCollaborative
Published: <strong>2024 年 3 月 20 日</strong>
Last modified: 2025 年 4 月 16 日

---

搜尋外掛

![](https://ps.w.org/editor-handbook/assets/banner-772x250.png?rev=3055656)

![](https://ps.w.org/editor-handbook/assets/icon-256x256.png?rev=3055647)

# Editor Handbook

 由 [DevCollaborative](https://profiles.wordpress.org/devcollab/) 開發

[下載](https://downloads.wordpress.org/plugin/editor-handbook.2.0.5.zip)

[即時預覽](https://tw.wordpress.org/plugins/editor-handbook/?preview=1)

 * [詳細資料](https://tw.wordpress.org/plugins/editor-handbook/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/editor-handbook/#reviews)
 * [開發資訊](https://tw.wordpress.org/plugins/editor-handbook/#developers)

 [技術支援](https://wordpress.org/support/plugin/editor-handbook/)

## 外掛說明

The Editor Handbook plugin provides a Handbook menu item in the admin area and adds
a Handbook custom post type for creating private, in-site documentation for site
editors.

Handbook pages display using the default page template.

## 常見問題集

### Who has access to Handbook pages?

 * **Administrators** and **Editors** can view, update, and delete Handbook pages.
 * **Authors** can view Handbook pages.
 * **Subscribers** and **Contributors** don’t have access to Handbook pages.

### How can I customize the template used to display Handbook posts?

Handbook pages are displayed using the `page.php` template. Use the `editor_handbook_template`
filter to customize which template is used.

    ```
    function my_handbook_template( $template_names ) {
      return 'my-custom-handbook-template.php';
    }
    add_filter( 'editor_handbook_template', 'my_handbook_template' );
    ```

After setting a new template, flush the rewrite rules by going to **Settings > Permalinks**
in the admin dashboard.

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ DevCollaborative ](https://profiles.wordpress.org/devcollab/)
 *   [ Heather ](https://profiles.wordpress.org/hbrokmeier/)
 *   [ Clare Parkinson ](https://profiles.wordpress.org/cparkinson/)

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

[將〈Editor Handbook〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/editor-handbook)

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

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

## 變更記錄

#### 2.0.5 – 2025-04-16

 * Bump tested up to 6.8

**Full Changelog**: https://github.com/devcollaborative/editor-handbook/compare/
v2.0.4…v2.0.5

#### 2.0.4 – 2025-01-30

 * Added “Edit” link in Admin Toolbar

**Full Changelog**: https://github.com/devcollaborative/editor-handbook/compare/
v2.0.3…v2.0.4

#### 2.0.3 – 2024-12-18

 * Bump tested up to 6.7.1

#### 2.0.2 – 2024-03-20

 * Fixed: Update text domain to match plugin slug
 * Deleted: CHANGELOG.md in favor of using readme.txt

**Full Changelog**: https://github.com/devcollaborative/editor-handbook/compare/
v2.0.1…v2.0.2

#### 2.0.1 – 2024-02-16

 * Security: Escape echo statements
 * Fixed: Update stable & readme versions to match
 * Fixed: Use the editor_handbook prefix for all functions
 * Fixed: Whitescreen bug when template doesn’t exist

**Full Changelog**: https://github.com/devcollaborative/editor-handbook/compare/
v2.0.0…v2.0.1

#### 2.0.0 – 2024-01-05

 * Changed: Order handbook posts by title ASC
 * Changed: Set page.php as default for displaying handbook pages
 * Added: Add readme.txt & update plugin headers
 * Removed: reference to DevCollab Helpdesk

**Full Changelog**: https://github.com/devcollaborative/editor-handbook/compare/
v1.2.0…v2.0.0

#### 1.2.0 – 2023-06-06

 * Added: Custom capabilities for the Handbook post type
 * Added: Plugin activation & update hooks for managing capabilities
 * Changed: Handbook pages can now be viewed (but not edited) by Authors
 * Changed: The default capability for viewing the Handbook admin page is now `read_private_handbooks`

## 中繼資料

 *  版本 **2.0.5**
 *  最後更新 **1 年前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 6.7.1 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.8.5**
 *  PHP 版本需求 ** 8.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/editor-handbook/) 及 [German](https://de.wordpress.org/plugins/editor-handbook/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/editor-handbook)
 * 標籤:
 * [documentation](https://tw.wordpress.org/plugins/tags/documentation/)
 *  [進階檢視](https://tw.wordpress.org/plugins/editor-handbook/advanced/)

## 評分

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

[Your review](https://wordpress.org/support/plugin/editor-handbook/reviews/#new-post)

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

## 參與者

 *   [ DevCollaborative ](https://profiles.wordpress.org/devcollab/)
 *   [ Heather ](https://profiles.wordpress.org/hbrokmeier/)
 *   [ Clare Parkinson ](https://profiles.wordpress.org/cparkinson/)

## 技術支援

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

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