3D Visualisation, Animation, Motion Graphics and Web Design in Leeds
(info) Freelance Graphic Design
This plugin is now hosted in the Plugin Directory at WordPress.org
I’ll keep this page up-to-date regarding updates on it etc, but click the link below to go download it…
WP Admin Quicklinks is a very simple little WordPress plugin (just install it and it should work – no options to configure) that adds an intelligent, unobtrusive little admin panel to the top-right of all your site’s pages and posts (only once you’ve logged in), giving you shortcuts to the most commonly used WP Admin sections – well, the ones I was always needing to link to anyway.
Currently they are…
Yes, there are lots of similar plugins, and as great as most of the ones I tried are, I found non of them were quite right for me. The two best ones I found were…
They’re both well made, highly customisable plugins that did the job but they have one thing in common which I personally didn’t like – they both add a big thick admin bar across the top of each page, pushing your own layout down. This was no good for me as I didn’t like the look of a big fat bar on the top of the pages I was working on – it made it harder to visualise how the page would actually look to an end user. It comes down to personal preference.
Functionality wise they are better than my little plugin in that they give direct access to pretty much all the admin pages, but I prefer mine in terms of it’s simplicity and I like the fact that it doesn’t spoil the look and feel or significantly alter the layout of the blog/site I’m working on.
This one shows the WP-Admin-Quicklinks plugin at the top-right of page, installed and running on my site. It shows faded like this until you move the mouse over it.

The admin panel comes into full view as soon as you mouse over it…

If you’re on a Single post or page, the extra shortcut ‘Edit this post/page’ appears…

Same again, just showing it in-situ on a different site, illustrating it just fading away into the background until you need it, not really spoiling the visual layout as you develop and build your site.

This plugin should work with most themes out there. If it doesn’t it’s probably because the theme you’re using doesn’t have the correct template tags in it. WP Admin Quicklinks requires that both the <?php wp_head(); ?> and <?php wp_footer(); ?> template tags are in the theme, usually in the header.php and footer.php respectively. If they’re not there you can try add them yourself, or try contact the theme’s author and ask if they’d be nice enough to update the theme and add them for you.
This is my first plugin for WordPress (so be gentle), and came about because I’ve ended up using WordPress to build a few CMS sites for people recently. I needed a nice easy way to jump to various sections and pages of the admin from front-end pages I was testing etc.
It started off as a bit of code I put in the footer of all the templates I make, and all it does is add a discreet floating admin panel to the top right of each page of your WordPress based site. To make it easier to add it to future sites I looked at a few of the plugins I had installed, saw how to make them write code into the footer automatically, and put this little thing together.
Now, this is entirely up to you, but I’m not going to be unhappy if you click the nice little PayPal button below
[...] WP-Admin Quick Links [...]
[...] WP-Admin Quick Links [...]
[...] WP-Admin Quick Links [...]
[...] WordPress Plugin: WP Admin Quicklinks – an intelligent, unobtrusive admin panel | The TMRW™ Bl… [...]
[...] WP Admin Quicklinks WP Admin Quicklinks lägger till en liten adminpanel i WordPress uppe högra hörnan när du är inloggad. Där finns det användbara genvägar för snabbare åtkomst till: Edit this Post/Page, Add new Post, Dashboard, Posts, Pages, Plugins och Log out. Menyn blir nästan transparant när det inte används, men för markören över och menyn framträder.Nu kan man fråga sig om man verkligen behöver detta plugin! En del tycker säkert detta är ett bra sätt för att få snabbare åtkomst till saker och ting, inklusive mig själv..För mer information och demobilder klicka här. [...]
[...] WP-Admin Quick Links [...]
[...] WP-Admin Quick Links [...]
[...] WP-Admin Quick Links [...]
[...] WP-Admin Quick Links [...]
[...] WP-Admin Quick Links [...]
[...] WP-Admin Quick Links [...]
[...] Plugin: WP Admin Quicklinks Filed under: WP [...]
[...] WP-Admin Quick Links [...]
[...] WP-Admin Quick Links [...]
Love this plugin, it’s exactly what I needed for my site. The other plugins took up too much room on my narrow theme and this fits into it perfectly. I was wondering how I can get it to show for regular users, to show a link to their dashboard or whatever functions they should be able to access by going to their section normally.
Hi there –
This is exactly what I need but is there anyway to have it have role levels? Only me (the administrator) needs the Plugins link but all my editors need all the others. It would be perfect if I could have one for the different roles – or duplicate it somehow?
Any ideas? Thx!
Hi Alexa. Try this – open up wp-admin-quicklinks.php and look for the line that says…
if( current_user_can('level_10') ) :change the level there to level_7, which as far as I can tell will allow editors to see the Quicklinks menu. (Roles_and_Capabilities on the WordPress codex)
Then find…
<li><a href="<?php bloginfo('wpurl'); ?>/wp-admin/plugins.php" title="View all your plugins">Plugins</a></li>and change that to…
<?php if( current_user_can('level_10') ) : ?><li><a href="<?php bloginfo('wpurl'); ?>/wp-admin/plugins.php" title="View all your plugins">Plugins</a></li>
<?php endif; ?>
which should mean that will only show if you have level_10 access, i.e. you’re an Admin user.
Let me know if that works!
I just downloaded this plugin and I’m so happy to have found it!! Although I’ve wanted one similar, I’ve delayed just because of the big black bar across the top. This is exactly what I wanted! Thank you! :)
Thanks, really great idea ;)
And also i agree with you.
Better than other bars.
This is perfect! Thanks, and donated!
You’re welcome Kestrel, I’m glad you’re finding it useful – and thank you!
hi. Thanks for plugin
perfect.
Regards