function change_my_wp_login_image() {
echo ”
“;
}
add_action(“login_head”, “change_my_wp_login_image”);
http://diythemes.com/thesis/rtfm/add-image-logo-wordpress-login/
* You will receive the latest news and updates on your favorite celebrities!
function change_my_wp_login_image() {
echo ”
“;
}
add_action(“login_head”, “change_my_wp_login_image”);
http://diythemes.com/thesis/rtfm/add-image-logo-wordpress-login/