Descrição
This plugin offers a range of customization options for the WordPress login screen, including the ability to replace the default WordPress logo with a custom logo that links to the user’s homepage. Additionally, the plugin improves login security by removing error messages upon failed login attempts. The plugin also provides a template file to ensure proper logo formatting.
To utilize the custom logo feature, users should save their logo as a transparent PNG named “login_logo.png”, and save it to the images directory within their theme. The included template file can be used to ensure proper sizing and placement of the custom logo.
Example: YourDomainName.com/wp-content/themes/YourTheme/images/login_logo.png
Instalação
- Uncompress super-custom-login.zip
- Open login_logo.psd in graphic editing program of choice, and customize logo.
- Save as transparent PNG named login_logo.png
- Upload entire folder (except image files) to the /wp-content/plugins/ directory.
- Upload login_logo.png to the /wp-content/themes/YourTheme/images/ directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
Avaliações
Contribuidores e programadores
“Super Custom Login” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “Super Custom Login” para o seu idioma.
Interessado no desenvolvimento?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Registo de alterações
0.8
- Updated the following code due to fatal errors. 03/28/2023
- Updated get_bloginfo() to get_stylesheet_directory_uri(), which is a more secure way of getting the directory URI.
- Updated get_bloginfo(‘url’) to home_url(), which is a more secure way of getting the home URL.
- Updated create_function() to __return_null(), which is a more secure way of returning a null value.
- Changed login_headertitle to login_headertext, which is the correct filter name for the login header title.
* Updated the readme file short description and full description to be easier to read. 03/28/2023
* Removed reference to specific photo editing software in Installation instructions in readme file. 03/28/2023
0.7
- Updated banner. Created icon. Updated description. Tested plugin with WordPress 4.0. 09/22/2014.
0.6
- Forced logo image to be 328 pixels wide by 84 pixels high with “width:328px!important;” and “height:84px!important;”. Tested plugin with WordPress 3.5. 01/22/2013.
0.5
- Forced logo image to be 328 pixels wide by 84 pixels high with “background-size:328px 84px !important;”. Tested plugin with WordPress 3.5. 01/17/2013.
0.4
- Modified plugin URI. Added Tags and License information to readme file. Added plugin to official WordPress plugin directory. 10/19/2012.
0.3
- Corrected the homepage link. It was pointing to the login page instead. 08/13/2012.
0.2
- Include a template (PSD) file and example (PNG) for custom logo. 05/03/2012.
0.1
- Added a custom logo on login screen. Added custom login screen link. Added remove error messages on failed log-ins. 05/02/2012.