1)Add following function in your themes function.php
2)upload customlogo.png image in your themes image folder
2)upload customlogo.png image in your themes image folder
function custom_login_logo() {
echo '';
}
add_action('login_head', 'custom_login_logo');
No comments:
Post a Comment