Revision: 51910
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 7, 2011 02:10 by priyankvira
Initial Code
function my_custom_login_logo() {
echo '<style type="text/css">
h1 a { background-image:url('.get_bloginfo('template_url').'/images/login-logo.png) !important; }
</style>';
}
add_action('login_head', 'my_custom_login_logo');
Initial URL
Initial Description
Add the following line to code to your theme's functions.php file
Initial Title
Change Wordpress Admin Logo
Initial Tags
wordpress
Initial Language
PHP