php 在首页或任何其他页面上添加自定义徽标

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 在首页或任何其他页面上添加自定义徽标相关的知识,希望对你有一定的参考价值。


function change_logo_on_single($html) {

	if ( is_front_page() )
        $html = preg_replace('/<img(.*?)\/>/', '<img width="200" height="67" src="https://www.icloudbusinesssolutions.com.au/wp-content/uploads/2018/06/logo-icloudbusinesssolutions.png" class="custom-logo" alt="Icloud Business Solutions" itemprop="logo">', $html);

    return $html;
}
add_filter('get_custom_logo','change_logo_on_single');

以上是关于php 在首页或任何其他页面上添加自定义徽标的主要内容,如果未能解决你的问题,请参考以下文章

Wordpress自定义徽标未显示在所有页面上

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

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

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

php网站在windows主机搬到linux主机后,只能访问首页,其他页面地址都是404

php 将移动徽标添加到自定义程序