Display custom text (or links) on the admin login screen.
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 https://wordpress.org/plugins/login-logo/ instead.
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.
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.
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?
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.
Add this to your functions.php:
remove_action('admin_head', 'insert_alt_admin_css');