Description
Adds a pair of dropdowns ‘Page list’ and ‘Post List’ to the WordPress toolbar of the most recently edited pages, drafts, future schedules pages + posts. This provides you quick access to a work in progress, or a page/post that was recently published.
The new menus work as ‘post quick edit’ and ‘page quick edit’ shortcut menus – not forgetting ‘drafts quick edit’. The quick edit menus will allow you to access your recently used pages, posts, drafts and even your scheduled posts + pages in less clicks than first visting the posts page or pages page.
This plugin is designed for publishers who get interrupted while composing those posts (if you’re anything like me – almost every post/page is interrupted, or composed and then saved as a draft before final publishing!
Currently this plugin displays a separate menu for page drafts, scheduled page + published pages, plus a second menu for your most recent draft posts, scheduled posts and 5 most recent published posts.
If you use WordPress admin (not the app) on your laptop or tablet (such as iPad) – you will probably find this plugin very useful.
Screenshots
Installation
- Upload
post-edit-toolbar.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- A pair of dropdown menus will appear in the WordPress toolbar titled ‘Page List’ and ‘Post List’.
FAQ
For FAQs – see the post-edit-toolbar page at: http://webyourbusiness.com/post-edit-toolbar
Reviews
Contributors & Developers
“Post Edit Toolbar” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Post Edit Toolbar” 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.11
WordPress 4.2.4 compatibility
1.4.10
WordPress 4.2.3 compatibility
1.4.9
added apply_filters to the post title
1.4.8.4
update release version of WordPress required to 3.1
1.4.8.3
Added code to prevent direct call
1.4.8.2
Compatibility tested to WordPress 4.2 Powell
1.4.8.1
Compatibility tested to WordPress 4.1.2.
1.4.8
Removed Donate link and added link to Support via WordPress.org.
1.4.7.1
Change rate for review – we need some reviews please people. If you use and like this – please review / rate it.
1.4.7
Removed question about Pro version – we’re keeping it simple – replaced with link to rate this plugin
1.4.6
Added Scheduled Pages + Posts Sections – so that future scheduled pages/posts show in the list
1.4.4.1
updated docs
1.4.4
fixed bug where /wp-admin didn’t work – replaced with get_bloginfo(‘wpurl’).’/wp-admin/’
1.4.2
- fixed a couple of typos – and initiated blank classes where needed – tested on multiple sites + php installs
1.4.1
- commented out blank page title substitution while I investigate a reported bug.
1.4.0
- Added link to site in the settings section + created function to shorten long post/page names (remove repeating code)
1.3.3
- removed home_url() calls – they seem redundant.
1.3.2
1.3.2 – found a problem with this new version if you had page-edit-toolbar installed – changed function names to resolve
1.3.1
fixed broken page-edit-toolbar functionality where – hierarchical caused less than 5 pages to be returned
1.3.0
Rolled in page-edit-toolbar functionality.
1.2.2
- added truncation of long post + draft titles so menu does not get too long
1.2
- added drafts + separators
1.1.1
- updated image included in the assets folder to be post-edit-tool-bar installed, not the page-edit-toolbar used as initial source
1.1
- bug fix + add new post – added ‘Add New Post’ to top of list and fixed incorrect variables passed to get_posts() – they differ from get_pages()
1.0
- initial release – based on Page Edit Toolbar by Jeremy Green
0.1
- Initial plugin submission