Descrizione
Questo plugin consente di personalizzare il logo nella pagina di login di WordPress. Non c’è bisogno di nessuna configurazione. Devi inserire il file del logo nella cartella wp-content, rinominandolo login-logo.png
.
Note that you should use a transparent background on the PNG image, crop it tightly (no padding pixels) and use a width of exactly 312 pixels for best results. Wider images will be downscaled in modern browsers, but it isn’t recommended to rely on that.
This plugin also works in the mu-plugins
directory.
Screenshot
Installazione
-
Install the plugin and activate it.
-
Create a PNG image with a transparent background, tightly cropped, with a recommended width of 312 pixels.
-
Upload the PNG image to your WordPress content directory (
/wp-content/
, by default), and name the filelogin-logo.png
. -
If you have a multisite install with more than one network, you can also use
login-logo-network-{NETWORK ID}.png
to assign a different login logo to each network. -
If you have a multisite install, you can also use
login-logo-site-{$blog_id}.png
to assign a different login logo to each site. -
Fatto! La schermata di login ora utilizzerà il tuo logo.
Recensioni
Contributi e sviluppo
“Login Logo” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“Login Logo” è stato tradotto in 3 lingue. Grazie ai traduttori per i loro contributi.
Traduci “Login Logo” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
0.10.2
- Bumped supported version
0.10.0
- Updated depreciated filter “login_headertitle” to “login_headertext” with compatibility for older WordPress versions
- Tested with WordPress 5.2.1
0.7
- The “title” attribute of the header link matches the WordPress site title instead of saying “Powered by WordPress”.
- The URL for the login logo includes “versioning” based on last file modification date, for browser cache flushing.
0.6
- You can provide
login-logo-site-{$blog_id}.png
to have a different logo per multisite site. - Support for WordPress 3.4
- Changed the ideal image width to 312 pixels, and instituted a tighter crop policy.
0.5
- Supporto per WordPress 3.3
- Fix a bug in CSS resizing of oversized images
0.4
- Use HTTPS if
is_ssl()
on the login page.
0.3
- The login logo now links to your site, instead of WordPress.org
- Se non possiedi un logo personalizzato il plugin non farà nulla.
- You can provide
login-logo-network-{NETWORK ID}.png
to have a different logo per multisite network.
0.2
- Do not use
background-size
unless the image is more than 326 pixels
0.1
- Versione Originale