The default login page has WordPress text and image in the header. How can the login page have the same header as the home page, like the Signup page.
Thanks
The default login page has WordPress text and image in the header. How can the login page have the same header as the home page, like the Signup page.
Thanks
The login page design is being pulled from the admin theme. You would have to modify the backend theme for it to change.
Places to look at would be:
wp-inst/wp-admin/wp-admin.css
If you just want to change the logo, it's found at:
wp-inst/wp-admin/images/wordpress-logo.png and is called from the css file above.
Hope this helps,
-drmike
What about the URL that the header logo is pointing to?
On my MU login / logged out page (http://adultwordpress.com/wp-login.php) the wordpress header logo id is clickable, but the link is set to "http:///" for some reason.
I looked into the code talked about above, and I looked into the wp-login.php (as discussed here: http://mu.wordpress.org/forums/topic.php?id=402) but I can not decipher where the url is coming from, (I'm thinking this:<div id="login"><h1>domain . $current_site->path ); ?>" title="<?php echo apply_filters('login_headertitle', $current_site->site_name ); ?>"><span class="hide"><?php bloginfo('name'); ?></span></h1>)
I'm wondering it's a variable that I shouldn't mess up, something perhaps is supposed to come from another field to enter info in the admin section?.. if it's a variable I am unsure where to change this info..
Ideas would be greatly appreciated!