Monthly Archives: November 2012

Customize Login Page

To customise your WordPress login area, typically on this URL your-domain.com/wp-login.php, you need to add the following in your theme’s function.php file. Change the login Logo The default image is the WordPress logo. You can change that image simply modifying the file path. You can add you image and adjust width and height if necessary. function custom_login_logo() { echo '<style…