Linux 软件免费装

Plugin Name

开发者 lynk
更新时间 2010年11月22日 08:01
捐献地址: 去捐款
PHP版本: 1.5 及以上
WordPress版本: 3.0.1

标签

login admin link login link admin link wp-admin

下载

详情介绍:

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.). Demo: http://www.lynk.de

安装:

  1. There are two options: Use the plugin or copy the code into your template
  2. Install the plugin: To install drop the admin-link-box.php file into the plugins folder and activate it. The plugin requires the "get_footer()" template tag somewhere in your template files. Most templates have it, some may not. If you use the plugin file and the link does not show up on your page, the missing tag is very probably the reason. You could just put the "get_footer()" tag into your template's index.php somewhere at the bottom within php tags and create an empty wp-footer.php file.
  3. The second option is to paste the code (open admin-link-box.php to view it) directly into one of your template files. I suggest to paste it directly after the <body> tag.