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

  1. Go to Pages
  2. Click the Star icon on a page.
  3. Your page is now bookmarked!
  4. Repeat for other pages you always edit.
  5. 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' );