Title: Admin Bookmarks
Author: bradvin
Published: <strong>2014 年 2 月 21 日</strong>
Last modified: 2026 年 5 月 16 日

---

搜尋外掛

![](https://ps.w.org/my-admin-bookmarks/assets/banner-772x250.png?rev=3366025)

![](https://ps.w.org/my-admin-bookmarks/assets/icon-256x256.jpg?rev=3366026)

# Admin Bookmarks

 由 [bradvin](https://profiles.wordpress.org/bradvin/) 開發

[下載](https://downloads.wordpress.org/plugin/my-admin-bookmarks.2.0.0.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/my-admin-bookmarks/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/my-admin-bookmarks/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/my-admin-bookmarks/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/my-admin-bookmarks/#developers)

 [技術支援](https://wordpress.org/support/plugin/my-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_

 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' );
    ```

## 螢幕擷圖

[⌊New bookmark column⌉⌊New bookmark column⌉[

New bookmark column

[⌊Bookmarks added to admin menu⌉⌊Bookmarks added to admin menu⌉[

Bookmarks added to admin menu

[⌊Bookmarks in Admin Bar⌉⌊Bookmarks in Admin Bar⌉[

Bookmarks in Admin Bar

[⌊Bookmarks View⌉⌊Bookmarks View⌉[

Bookmarks View

[⌊Override title used for bookmark⌉⌊Override title used for bookmark⌉[

Override title used for bookmark

## 安裝方式

 1. Upload the plugin folder ‘admin-bookmarks’ to your `/wp-content/plugins/` folder
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Click on the ‘Pages’ menu item to view the list of pages and start bookmarking!

## 常見問題集

### How do I use this plugin?

View all your pages or posts and click on the star icon to bookmark one of them.

### What is a bookmark?

A bookmark is a shortcut to a post, page or custom post type. It allows you to quickly
access the post, page or custom post type in the admin menu.
 Think of it like a
favorite link to a post, page or custom post type.

### Can I bookmark custom post types?

Yes! The plugin works with any custom post type you have registered.

### Can I bookmark custom taxonomies?

No. The plugin only works with posts, pages and custom post types.

### How do I remove a bookmark?

Click on the star icon next to the post, page or custom post type you want to remove.

### Can I control which post types expose bookmarks?

Yes! Use the `admin_bookmarks_post_types` filter to scope bookmarks to specific 
post types.

## 使用者評論

![](https://secure.gravatar.com/avatar/71bed998f5f9075c573ab98522b77322c74ef2d742a589ae51cb4098f1532360?
s=60&d=retro&r=g)

### 󠀁[Great](https://wordpress.org/support/topic/great-16926/)󠁿

 [Peter Ingersoll](https://profiles.wordpress.org/peteringersoll/) 2025 年 9 月 
29 日

Just great. Very handy. Thanks!

![](https://secure.gravatar.com/avatar/0a4c6e3544b1cd6e2742c40ffaf62386815f9a5ac07e262473252ba5395b51fa?
s=60&d=retro&r=g)

### 󠀁[Great way to quick access your favorite pages and posts!](https://wordpress.org/support/topic/great-way-to-quick-access-your-favorite-pages-and-posts/)󠁿

 [baSM](https://profiles.wordpress.org/bassauerstormsmedia/) 2019 年 7 月 5 日

Great way to quick access your favorite pages and posts!

![](https://secure.gravatar.com/avatar/4711739d16f31577b89e1f9b76dc77618b7624d64a1aa674f505b6eeced4db83?
s=60&d=retro&r=g)

### 󠀁[Nice little time saver](https://wordpress.org/support/topic/nice-little-time-saver/)󠁿

 [grandre](https://profiles.wordpress.org/grandre/) 2018 年 11 月 22 日

It’s the little things in life that count, and this will shave off 3-5 seconds of
scanning your site pages for the one you wish to edit every time. It’s such a simple
thing, but really nice to have! Much thanks to Brad Vincent for the plugin.

![](https://secure.gravatar.com/avatar/0f25a98c882590cfab77f343abef71a04f720f7c20e2ed3815216b0f87058a47?
s=60&d=retro&r=g)

### 󠀁[Works brilliantly – exactly what i was looking for](https://wordpress.org/support/topic/works-brilliantly-exactly-what-i-was-looking-for-1/)󠁿

 [](https://profiles.wordpress.org/monacoblue/) 2016 年 9 月 3 日

This is great. A convenient way to get to important stuff on complicated sites with
many pages. Keep it up. Thanks a lot dev.

 [ 閱讀全部 8 則使用者評論 ](https://wordpress.org/support/plugin/my-admin-bookmarks/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Admin Bookmarks〉的開發相關工作。

參與者

 *   [ bradvin ](https://profiles.wordpress.org/bradvin/)

[將〈Admin Bookmarks〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/my-admin-bookmarks)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/my-admin-bookmarks/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/my-admin-bookmarks/)，或透過
[RSS](https://plugins.trac.wordpress.org/log/my-admin-bookmarks/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/my-admin-bookmarks/)。

## 變更記錄

#### 2.0.0

 * Updated to work with WordPress 6.0
 * Removed dependency on jQuery
 * Code cleanup for modern WordPress plugin development
 * Added `admin_bookmarks_post_types` filter to scope bookmarks to specific post
   types
 * Added optional Quick Edit “Bookmark Title” field (stored as `_bookmark_title`)
 * Added Bookmarks view to the listing pages.
 * Added WordPress admin bar integration, grouped by post type with direct edit 
   links

#### 1.0.0

 * Initial Release. First version. Written from the ground up. Based on my outdated“
   Post Admin Shortcuts” plugin.

## 中繼資料

 *  版本 **2.0.0**
 *  最後更新 **2 個月前**
 *  啟用安裝數 **500+**
 *  WordPress 版本需求 ** 3.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  語言
 * [English (US)](https://wordpress.org/plugins/my-admin-bookmarks/)
 * 標籤:
 * [admin](https://tw.wordpress.org/plugins/tags/admin/)[Bookmark](https://tw.wordpress.org/plugins/tags/bookmark/)
   [favorites](https://tw.wordpress.org/plugins/tags/favorites/)
 *  [進階檢視](https://tw.wordpress.org/plugins/my-admin-bookmarks/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  9 個 5 星使用者評論     ](https://wordpress.org/support/plugin/my-admin-bookmarks/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/my-admin-bookmarks/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/my-admin-bookmarks/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/my-admin-bookmarks/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/my-admin-bookmarks/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/my-admin-bookmarks/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/my-admin-bookmarks/reviews/)

## 參與者

 *   [ bradvin ](https://profiles.wordpress.org/bradvin/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/my-admin-bookmarks/)