
內容簡介
此外掛可輕鬆地書籤化文章、頁面和自訂文章類型。當您在文章中加上‘星號’後,系統將在管理選單中顯示捷徑連結。
如果您經常在編輯相同的文章或頁面時,需要先顯示列表,再尋找文章,最後點擊編輯,便可以使用此外掛。
此外掛要求最低 WordPress 3.8 版本
此外掛的功能包含以下內容:
使用星號圖示直覺式介面供使用者進行書籤化文章。此外掛使用 WP3.8 的 dashicons 圖示字型。
無需任何設定!啟用後便可使用。
支援書籤化文章、頁面和所有自訂文章類型。
儀表板小工具,可列出所有書籤。
使用 AJAX 即時設置書籤。
書籤附加於管理選單中,方便進行快速編輯。
外掛標籤
開發者團隊
原文外掛簡介
This plugin allows you to easily bookmark/favorite posts, pages and custom post types. When you ‘star’ a post a shortcut link will appear in the admin menu.
Use this plugin if you constantly find yourself editing the same posts or pages, and are sick of showing the list of posts first, then finding the post, then clicking edit.
Steps to use
Go to Pages
Click the Star icon on a page.
Your page is now bookmarked!
Repeat for other pages you always edit.
Save time!
Plugin Features
Intuitive interface to bookmark posts using a star icon.
Zero settings! Activate and enjoy.
Works with posts, pages and any custom post types.
Dashboard widget listing all bookmarks.
Setting a bookmark is done in realtime with no page reload.
Bookmarks are added to the admin menu for quick access under a “Bookmarks” menu item.
Adds a Bookmarks view/filter to the listing pages.
Bookmark shortcuts are also grouped by post type within the WordPress admin bar.
Optional “Bookmark Title” quick edit field to customize menu labels
Filters
admin_bookmarks_post_types – Filter to scope bookmarks to specific post types
admin_bookmarks_untitled_label – Filter to customize the untitled label
admin_bookmark_feature-dashboard_widget – Filter to disable the dashboard widget
admin_bookmark_feature-quick-edit – Filter to disable the quick edit feature
admin_bookmark_feature-view – Filter to disable the view feature
admin_bookmark_feature-admin-bar – Filter to disable the admin bar feature
To disable a feature, add a small bit of custom code to your theme’s functions.php file:
add_filter( 'admin_bookmark_feature-dashboard_widget', '__return_false' );
