[wordpress插件] Admin-Link-Box管理员链接箱

wordpress 插件 文章 2020-02-03 15:20 679 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

Put a hidden wp-admin/login link in the top-left corner, visible on mouseover.

在左上角放置一个隐藏的wp-admin / login链接,鼠标悬停时可见。

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

演示: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.

      要安装,请将admin-link-box.php文件拖放到plugins文件夹中并激活它。

      The plugin requires the “get_footer()” template tag somewhere in your

      该插件需要在您的
      某处添加“ get_footer()”模板标签

      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.

      您可以将“ get_footer()”标记放入模板的index.php中,位于php标记底部的某个位置,然后创建一个空的wp-footer.php文件。

    3. The second option is to paste the code (open admin-link-box.php to view it) directly into one of your template files.

      第二个选项是直接将代码(打开admin-link-box.php进行查看)粘贴到您的模板文件之一中。

      I suggest to paste it directly after the tag.

      我建议将其直接粘贴在 标记之后。

下载地址

https://downloads.wordpress.org/plugin/admin-link-box.zip

https://downloads.wordpress.org/plugin/admin-link-box.zip

-EOF-

AI助手支持GPT4.0