Linux 软件免费装

Add Login Text

开发者 jp2112
更新时间 2015年1月18日 02:19
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 4.1
版权: GPLv2 or later
版权网址: 版权信息

标签

admin text client dev login custom

下载

详情介绍:

Add Login Text lets you customize the login screen by adding additional text above the login form. Great for developers working on client sites who want to include support links, bylines, mission statements or MOTD. Use it for: Or maybe you are just a regular guy who wants to put something on the login screen. Put a link to your site or whatever you want to see. For changing the WP logo on the login screen, use a plugin like http://wordpress.org/plugins/login-logo/ instead. If you need help with this plugin If this plugin breaks your site or just flat out does not work, create a thread in the Support forum with a description of the issue. Make sure you are using the latest version of WordPress and the plugin before reporting issues, to be sure that the issue is with the current version and not with an older version where the issue may have already been fixed. Please do not use the Reviews section to report issues or request new features.

安装:

  1. Upload plugin file through the WordPress interface.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Settings » Add Login Text, configure plugin.
  4. To test, log out and then go to your login screen, you should see the text there.

屏幕截图:

  • Plugin settings page (note the custom text entered)
  • The login screen (the text from the settings page is here)

升级注意事项:

0.1.0
  • confirmed compatibility with WordPess 4.1
0.0.9
  • updated .pot file and readme
0.0.8
  • fix for undefined index when form first loads
0.0.7
  • permanent fix for Undefined Index issue; admin CSS and page updates
0.0.6
  • code fix
0.0.5
  • code fix; updated support tab
0.0.4
  • code optimizations; plugin settings page is now tabbed
0.0.3
  • fix 2 for wp_kses
0.0.2
  • fix for wp_kses
0.0.1 created, verified compatibility with WP 3.9

常见问题:

How do I use the plugin?

Go to Settings » Add Login Text and enter the text you want to see on the login screen. Make sure the "enabled" checkbox is checked.

I entered some text but don't see anything on the page.

Are you using another plugin that is also trying to edit the login screen? Are you using any CSS that might be hiding parts of the login screen? Are you caching your admin pages?

How can I style the output?

The output is wrapped in div tags with class name "alt-login-text". Use this class in your local stylesheet to style the output how you want.

I don't want the admin CSS. How do I remove it?

Add this to your functions.php: remove_action('admin_head', 'insert_alt_admin_css');

更新日志:

0.1.0 0.0.9 0.0.8 0.0.7 0.0.6 0.0.5 0.0.4 0.0.3 0.0.2 0.0.1