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://cn.wordpress.org/plugins/editor-handbook/?preview=1)

 * [详情](https://cn.wordpress.org/plugins/editor-handbook/#description)
 * [评价](https://cn.wordpress.org/plugins/editor-handbook/#reviews)
 * [开发进展](https://cn.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 或更高版本 **
 *  已测试的最高版本为 **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://cn.wordpress.org/plugins/tags/documentation/)
 *  [高级视图](https://cn.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/)

## 支持

最近两个月解决的问题：

     总计 1，已解决 0

 [查看支持论坛](https://wordpress.org/support/plugin/editor-handbook/)