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

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

WBOY
Release: 2016-06-13 13:25:53
Original
790 people have browsed it

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>

Copy after login


------解决方案--------------------
找到你的 get_image_url() 函数,在里面替换。
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template