Description
Allows admins other users with a specially-defined user-capability to define a custom menu on the admin-bar of his or her favorite shortcuts.
Screenshots
Download
Click here to download admin-bookmarks.zip.
Licensing
The Custom Admin-Bar Favorites free WordPress plugin is licensed under the GNU Public License v2.0 (GPL2). You are free to use and modify the plugin as you see fit.
Changelog
- 0.1 – Initial public release
Donate
Coders love caffeine — and I’m no exception
If you like my free plugins, feel free to donate. Doing so allows me to continue work on this and other great WordPress plugins, themes, etc.




Pingback: Create Your Own Favorites Menu for the WordPress Admin Bar | Pros Global TV
The plugin works fine on my website, however on my friends website at: http://pianotuningtucson.com/ there is a small annoyance. When clicking the plus sign to add a new admin link, the title of the website always gets added to the title and I have to edit each favorite. Any ideas on why and how to stop this?
The Custom Admin-Bar favorites gets the title from the $title global variable.
Unfortunately your theme changes the $title variable on all pages.
To fix this open Portfolio Press’s functions.php file and change line 99 from: if ( is_feed()) to if ( is_feed() || is_admin())
Thanks for this great plugin! I have a small issue though. Every time I add a favorite it bounces me back to the dashboard. Is there a way keep me on the current page after I add it as a favorite?
On the page it bounces you to, there is a link to the previous page.