Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/253.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php Wordpress标题图像_Php_Wordpress - Fatal编程技术网

Php Wordpress标题图像

Php Wordpress标题图像,php,wordpress,Php,Wordpress,我正试图编辑我的网站标题使用我的标志在标题。在显示徽标图像或站点标题代码下的header.php文件中,这里是我在放入图像链接后得到的: $options = get_option('zeefocus_options'); if ( isset($options['themeZee_general_logo']) and $options['themeZee_general_logo'] <> "" ) : ?> &

我正试图编辑我的网站标题使用我的标志在标题。在显示徽标图像或站点标题代码下的header.php文件中,这里是我在放入图像链接后得到的:

$options = get_option('zeefocus_options');
            if ( isset($options['themeZee_general_logo']) and    $options['themeZee_general_logo'] <> "" ) : ?>
                <img class="logo-image" src="http://i.imgur.com/02WuoWa.png" alt="Auto-Platre" /></a>

我保存并上传了文件,但网页还是一样的。我需要在Wordpress管理员中编辑任何内容吗

如果没有更多的信息,这个问题很难回答,但这里有一些东西可以尝试:

如果已启用缓存,请清除缓存 您的主题可能有一个内置的标题选项,在这种情况下,您可以通过主题设置直接将图像上载到