Linux 软件免费装
Banner图

Beckin Post Notes

开发者 beckin
更新时间 2025年11月4日 13:24
捐献地址: 去捐款
PHP版本: 8.0 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

post page admin notes custom-post-types

下载

1.0.7 1.0.8 1.0.6 1.1.0 1.1.1 1.1.2 1.1.3

详情介绍:

Beckin Post Notes gives editors a fast, private way to attach notes to individual posts, pages, and custom post types, right where they work. Notes are stored as post meta and only visible to users who can edit the post. Why it's unique
  1. Most "notes" plugins add global dashboard notes. This one is contextual, notes live on the post or page itself and appear in the list table.
  2. Zero clutter: no admin menus, no persistent banners, no database tables.
  3. Clean and compliant: sanitized input, nonces, capability checks, no direct SQL. Features
  4. Side metabox labeled automatically (e.g. "Post Note" or "Page Note").
  5. "Note" column in the list table with a note 📝 icon when a note exists.
  6. New filter dropdown: quickly show only posts with or without notes.
  7. Only users who can edit the post can view or edit its note.
  8. Extendable: use beckin_postnotes_supported_post_types to enable notes on custom post types. Extendable Example:
add_filter( 'beckin_postnotes_supported_post_types', fn( $types ) => array_merge( $types, [ 'your_custom_post_type' ] ) ); 🌟 Like our plugin? Find it useful? Please consider sharing your experience by leaving a review on WordPress.org. Your feedback is instrumental to shaping our future growth!

安装:

Automatic installation
  1. Log into your WordPress admin
  2. Click Plugins
  3. Click Add New
  4. Search for Beckin Post Notes
  5. Click Install Now under "Beckin Post Notes"
  6. Activate the plugin
Manual installation
  1. Download the plugin
  2. Extract the contents of the zip file
  3. Upload the contents of the zip file to the wp-content/plugins/ folder of your WordPress installation
  4. Activate the Beckin Post Notes plugin from 'Plugins' page.

屏幕截图:

  • Add a private note directly on any post using the lightweight metabox.
  • Notes also work seamlessly with custom post types (e.g., Projects).
  • View and filter notes in the admin list table. Hover over the note 📝 icon to preview the note text.

常见问题:

Can I enable this for custom post types?

Yes. Simply add a small snippet of code in a theme or by using a code snippet plugin: add_filter( 'beckin_postnotes_supported_post_types', fn( $types ) => array_merge( $types, [ 'your_custom_post_type' ] ) );

Where can I quickly view existing notes?

In the Posts or Pages list table, look for the note 📝 icon under the Note column, or filter by "Has Note" / "No Note".

更新日志:

1.1.3 Enhanced translation support and improved clarity by clarifying contexts. 1.1.2 1.1.1 1.1.0 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0