Instead of seeing the WordPress logo on the wp-admin login screen, I like to add the company logo. Add this function to replace the WordPress logo with your own. Make sure you update the height and width to match your logo.
[php] /* add logo to admin area BEGIN */ function my_login_logo() { ?>
0 Comments