If you need something different on your wordpress login screen, you should try wordpress tricks on this below. This tricks is Customize WordPress login logo without a plugin installed. This code was created by Rami, I got this info from WP Recipes.
Customize WordPress login logo without a plugin
Open your functions.php theme files and put this 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');
Please note, you need to change your custom logo url on this code and put the right logo name on your wordpress logo name.



Pingback: / Panduan WordPress Gratis
i think your post is to short,and i can’t understand