用户无法在Wordpress中查看索引上的图像

时间:2014-03-02 13:53:12

标签: php jquery html css wordpress

朋友们,在索引页面上有每个tittle的图像,但这些都没有显示。

这是网站:www.manisaihtiyac.com

我认为这段代码存在问题:

<div class="yef_resim">
    <a href="<?php the_permalink(); ?>">
      <img src="<?php  echo get_post_meta($post->ID, 'logo', true); ?>" border="0" />
    </a>
</div>

1 个答案:

答案 0 :(得分:0)

你的函数get_post_meta没有返回任何内容:

<a href="http://www.manisaihtiyac.com/?p=35">
<img src="" border="0">
...