Heim >Backend-Entwicklung >PHP-Tutorial > wordpress图片IE/GOOGLE上会显示 、在ff/opera无法显示,寻求帮助

wordpress图片IE/GOOGLE上会显示 、在ff/opera无法显示,寻求帮助

WBOY
WBOYOriginal
2016-06-13 13:25:53813Durchsuche

wordpress图片IE/GOOGLE上能显示 、在ff/opera无法显示,寻求帮助
GOOGLE显示:


火狐显示如下:


opera显示如下:



这是
图片显示源代码(wordpress):

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
<a href="<?php%20the_permalink()%20?>">
<img class="postimg" src="<?php%20get_image_url();%20?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>"></a>



------解决方案--------------------
找到你的 get_image_url() 函数,在里面替换。
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn