
內容簡介
Admin Bookmarks 外掛讓使用者能夠輕鬆地將文章、頁面及自訂文章類型加入書籤。透過這個外掛,使用者可以快速訪問常編輯的內容,節省尋找和編輯的時間。
【主要功能】
• 使用星形圖示輕鬆書籤文章
• 無需設定,啟用後即可使用
• 支援文章、頁面及自訂文章類型
• 控制台小工具顯示所有書籤
• 實時設置書籤,無需重新載入頁面
• 書籤快速訪問於管理選單中
外掛標籤
開發者團隊
原文外掛簡介
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' );
