Linux 软件免费装
Banner图

Editor Handbook

开发者 devcollab
hbrokmeier
cparkinson
更新时间 2024年7月3日 02:41
PHP版本: 8.0 及以上
WordPress版本: 6.4
版权: GPLv2 or later
版权网址: 版权信息

标签

documentation

下载

2.0.2

详情介绍:

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.

更新日志:

2.0.2 - 2024-03-20 2.0.1 - 2024-02-16 2.0.0 - 2024-01-05 1.2.0 - 2023-06-06