Title: Editor Handbook
Author: DevCollaborative
Published: <strong>20 Наурыз, 2024</strong>
Last modified: 16 апреля, 2025

---

Search plugins

![](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

 By [DevCollaborative](https://profiles.wordpress.org/devcollab/)

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

[Live Preview](https://kk.wordpress.org/plugins/editor-handbook/?preview=1)

 * [Details](https://kk.wordpress.org/plugins/editor-handbook/#description)
 * [Reviews](https://kk.wordpress.org/plugins/editor-handbook/#reviews)
 * [Development](https://kk.wordpress.org/plugins/editor-handbook/#developers)

 [Support](https://wordpress.org/support/plugin/editor-handbook/)

## Description

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.

## FAQ

### 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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Editor Handbook” is open source software. The following people have contributed
to this plugin.

Contributors

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

“Editor Handbook” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/editor-handbook/contributors)
for their contributions.

[Translate “Editor Handbook” into your language.](https://translate.wordpress.org/projects/wp-plugins/editor-handbook)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/editor-handbook/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/editor-handbook/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/editor-handbook/)
by [RSS](https://plugins.trac.wordpress.org/log/editor-handbook/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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`

## Meta

 *  Version **2.0.5**
 *  Last updated **1 год ago**
 *  Active installations **10+**
 *  WordPress version ** 6.7.1 or higher **
 *  Tested up to **6.8.5**
 *  PHP version ** 8.0 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/editor-handbook/) и [German](https://de.wordpress.org/plugins/editor-handbook/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/editor-handbook)
 * Tag
 * [documentation](https://kk.wordpress.org/plugins/tags/documentation/)
 *  [Advanced View](https://kk.wordpress.org/plugins/editor-handbook/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/editor-handbook/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/editor-handbook/)