Description
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.
Installation
- Upload the
admin-bar-edit-page-links
folder to the/wp-content/plugins/
directory - Activate the plugin through the โPluginsโ menu in WordPress
- That’s it!
FAQ
-
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!
Reviews
Contributors & Developers
“Admin Bar Edit Content Links” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Admin Bar Edit Content Links” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
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 ofget_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 frommenu_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