Revision: 36123
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 18, 2010 07:53 by Harder
Initial Code
function my_custom_login_logo() { echo '<style type="text/css"> h1 a { background-image:url('.get_bloginfo('template_directory').'/images/custom-login-logo.gif) !important; } </style>'; } add_action('login_head', 'my_custom_login_logo');
Initial URL
Initial Description
Initial Title
Customize the Logo of Your WordPress Login Page
Initial Tags
wordpress
Initial Language
PHP