4. October 2010
Admin Link Box Plugin
Put a hidden wp-admin/login link in the top-left corner, visible on mouseover.
This simple plugin/code is useful if you want to have an easy to find admin link that is not visible on the page. Very easy to modify (position, colors etc.).
Admin-Link-Box 1.0
Last updated: 15. September 2010
Download from wordpress.org
Install: Drop the admin-link-box.php in the plugin folder, activate.
Requires the “get_footer()” template tag somewhere in your template files.
Sample: Top-left corner


One Response to “Admin Link Box Plugin”
Elegant simplicity – exactly what I was looking for! Thanks.
Works ok with 3.2.1. But if you have been lazy as I am and are still running WordPress in it’s own directory then you need to change
FROM:
onclick=”window.location.href=\’/wp-admin\’”
TO:
onclick=”window.location.href=\’/wordpress/wp-admin\’”