Custom login logo

Custom login logo

In the functions.php file add these lines:
<?php
function custom_login_logo() {
    echo '<style type="text/css">
        h1 a { background-image: url(' . get_stylesheet_directory_uri() . '/images/logo.png) !important; 
        }
} </style>';
add_action('login_head', 'custom_login_logo');

Brand your login like a boss. Your site, your rules. 😎