外掛說明
外掛功能
- 內容編輯畫面的簡易記事區段
- 內容清單中可排序的 [記事] 欄位
- 支援批次/快速編輯
- 可將記事顯示於網站前端的短代碼
- 可變更編輯器中的 [記事] 標題並加入說明內容
我們開發的其他外掛
客製化開發
BracketSpace 是這個外掛的開發公司,並提供 WordPress 外掛客製化開發服務。我們能為客戶開發任何客製化外掛。
封面照片由 Freepik 提供
常見問題集
-
這個外掛是否與區塊編輯器相容?
-
是,可以。
-
這個外掛是否支援自訂內容類型?
-
可以,在外掛設定頁面可以為不同內容類型啟用記事功能。
-
是否能在網站前端顯示我撰寫的記事?
-
可以,使用
[spnote]
短代碼即可。使用者可以使用文章 ID 作為選用的參數 (例如[spnote id="123"]
) 以顯示其他內容的記事。預設值為顯示目前內容的記事。 -
是否能停用內容清單中的管理欄位?
-
可以,使用以下篩選器即可。
使用以下篩選器便能為全部內容類型的內容清單停用這個外掛產生的管理欄位。
add_filter( 'spn/columns-display', '__return_false' );
使用以下篩選器便能為指定內容類型的內容清單停用這個外掛產生的管理欄位。
add_filter( 'spn/columns-display/POST_TYPE_SLUG', '__return_false' );
-
是否可為我開發外掛?
-
可以!我們提供外掛客製化開發服務,隨時可以向我們洽詢,以便進一步了解我們能夠協助的項目。
使用者評論
參與者及開發者
變更記錄
1.7.8
- [Fixed] Security issue – missing proper user data sanitization for notes placeholder and label.
- [Changed] Multiple escaping missing.
1.7.7
- [Fixed] Notes bulk edit which didn’t save the note.
- [Fixed] PHP notice_placeholder not defined notice.
- [Fixed] Security patch.
1.7.6
- [Added] Sanitization for better security.
1.7.5
- [Fixed] PHP warning.
1.7.4
- [Fixed] Note column sorting.
1.7.3
- [Changed] The shortcode with note is now wrapped with a div.
1.7.2
- [Fixed] Bug with duplicated post notes for hierachical post types
- [Changed] Plugin author branding
1.7.1
- [Fixed]
Using $this when not in object context
error, thanks to Gero
1.7
- [Added] Ability to change the “Note” title and add a help text for editors
1.6
- [Added] Support for quick and bulk edit
- [Added] Shortcode [sponote]
1.5
- [Fixed] Bug with duplicated post notes for custom post type
- [Changed] Translation. Now it’s managed via repository
1.4
- Added German translation thanks to Michael Köther
1.3
- Note column in the posts table is now sortable
1.2.2
- Added Spanish translation thanks to Alfonso Frachelle
1.2.1
- Added filter to prevent displaying post note column
1.1.0
- Added Note to admin column
1.0.0
- Release