//替换更改登陆页面logo与链接
function custom_loginlogo() {echo'<style type="text/css"> h1 a {background-image: url('.get_bloginfo('template_directory').'/logo.png) !important; } </style>';}add_action('login_head', 'custom_loginlogo');
注: 在主题的 functions.php 中添加