So what do you think of the new “admin bar” in the upcoming release of WordPress 3.1? Haven’t had a chance to play with it yet? You will soon. If you do like it, then go ahead and keep it. But for those that don’t want to keep it, we can thank Joost for posting
Here’s an easy tutorial on really making WordPress your own. It’s a simple quick and dirty function to update the WordPress logo/image on the wp-login.php page, to your own. function wpvibe_login_logo() { echo '<style>.login { background-image: url(/your_top_header_background_gradient_here.png); background-repeat:repeat-x; } #login h1 a { background: url(/your_custom_logo_goes_here.png) top no-repeat; width:500px; margin-left:-90px; margin-top:-73px; }</style>'; } add_action('login_head','wpvibe_login_logo'); The above
0 comments:
Post a Comment