這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Admin Bar Edit Content Links

描述

Adds an Edit Content link to the WordPress admin bar so you can quickly jump between editing pages, posts, and other custom post types. Very helpful if you’re doing a lot of content editing.

螢幕截圖

  • Admin Bar Edit Content Links settings menu

  • The menu in action

安裝

  1. Upload the admin-bar-edit-page-links folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it!

常見問題

How do I add other post types to the drop down?

Click on ‘Admin Bar Edit Content Links’ in the ‘Settings’ menu on the left. Then check the box beside the post types you want to show and click ‘Save Changes.’

Visit the Admin Bar Edit Content Links support section to ask a question!

評價

2021年7月26日
First, at writing time, the plugin works well with WP 5.8 I can only say that, when you have several pages/post and more, accessing directly to what you want*, from anywhere, without stepping first by "all..." and each loading times... Is very comfortable. A feature which could/should be natively in WP. So, thanks for that! *If that can help : Custom post types, generated by themes or other plugins (own post types, portflios, restaurant menus, playlists...) are well listed in the settings page and can be checked-on, to see them added to dropdown selector. (Used in different WP sites, with different plugins, different themes... works for me.) 😉
2016年9月3日
Switching between pages while editing was driving me crazy, this is great! Why isn't this function a standard part of the tool bar? Just one thought: If a page is set to "private" visibility it does not show in the drop-down menu. A minor thing for me, but perhaps there's a way to fix it?
2016年9月3日 2 replies
This plugin is simple and works, but it only works with standard WordPress content. It does not allow custom links and custom content types.
閱讀全部7個評價

貢獻者及開發者

“Admin Bar Edit Content Links” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Admin Bar Edit Content Links 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.4.2.1

  • Made the ‘abepl_exclude_post_types’ filter more reliable – will now remove the checkbox from the settings screen as well as prevent a previously checked, valid post type from displaying in the admin bar menu.
  • Made the ‘bs_abep_query_args’ filter more reliable – now resets to defaults each time through the list of post types.
  • Changed filter from ‘abepl-exclude-post-types’ to ‘abepl_exclude_post_types’.
  • Cleaned up some code formatting.

1.4.2

  • I was pushing updates way too early in the morning. I accidentally reverted the plugin to a VERY old version.
  • I’m sorry. Don’t hate me. 🙂

1.4.1.1

  • Left a little debugging line in v 1.4.1 – It’s gone now. 🙂

1.4.1

  • Moved to using WP_Query instead of get_posts.
  • Fixed bug with default ordering. Children were not always shown below their parents and some grandchildren or great grandchildren, etc. were missing.
  • Note: Hierarchical sorting goes away if you change the orderby parameter away from menu_order

1.4.0

  • Changed versioning system at 1.1.0 and plugin update was not triggered. This is just a version bump to trigger an update.

1.1.1

  • Moved location of the filter ‘bs_abep_query_args’ – now you can check for the post type while filtering
  • Added in ‘posts_per_page’ to the query args – inadvertently left that out in 1.1.0

1.1.0

  • Added ability to add multiple post types to the menu
  • Minor housekeeping things

1.04

  • Fixed: Undefined variable PHP Notice
  • Added: Translation support

1.03

  • Fixed: Pre 3.8 users would not get page list
  • Minor CSS tweak for pre 3.8 users

1.02

  • Updated icon to use the dashicon in 3.8 with an image fallback for older versions
  • General CSS update

1.01

  • Remove testing code

1.0

  • Initial Plugin Launch