The following is what you would put in the “active” themes functions.phppage. Changing the Logo Default it is the WordPress Logo. Change the file path to meet your needs. [sourcecode language="php" wraplines="true"] function custom_login_logo() { echo ‘<style type="text/css">h1 a { background: url(‘.get_bloginfo(‘template_directory’).’/images/logo-login.gif) 50% 50% no-repeat !important; }</style>’; } add_action(‘login_head’, ‘custom_login_logo’); [...]









