php 登录页面 - 更改徽标

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 登录页面 - 更改徽标相关的知识,希望对你有一定的参考价值。

function custom_login_logo() {
	echo '<style type="text/css">h1 a { background: url('.get_bloginfo('template_directory').'/images/logo-login.gif) 50% 50% no-repeat !important; }</style>';
}
add_action('login_head', 'custom_login_logo');

以上是关于php 登录页面 - 更改徽标的主要内容,如果未能解决你的问题,请参考以下文章

text 更改登录页面上的徽标和更改徽标链接

php 在登录屏幕上更改徽标图像网址

php 在登录屏幕上更改徽标

更改WordPress管理和登录页面徽标

PHP 自定义WordPress登录页面的徽标

PHP 自定义WordPress登录页面的徽标