Revision: 46355
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at May 17, 2011 22:38 by screamwork
Initial Code
// login page logo function custom_login_logo() { echo '<style type="text/css">h1 a { background: url('.get_bloginfo('template_directory').'/companylogo.png) 50% 50% no-repeat !important; }</style>'; } add_action('login_head', 'custom_login_logo');
Initial URL
Initial Description
Initial Title
Changing the WP Login Logo
Initial Tags
wordpress
Initial Language
PHP