Customize Login Page Logo


Add below lines in the functions.php file:
function   custom_login_logo()
{
echo   ‘<style  type=”text/css”> h1 a {
background-image:url(‘ . get_bloginfo(‘template_directory’) . ‘/images/admin.png)  !important; } </style>’;
}
add_action(‘login_head’,  ‘custom_login_logo’);
Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s