【发布时间】:2013-05-09 14:34:08
【问题描述】:
<img src="<?php echo get_post_meta($post->ID, 'thumbnail', true);?>" alt="Post Pic" width="615" height="275" /></a>
该代码给出了这个:
<img src="" alt="Post Pic" width="615" height="275">
关于为什么图像无法正确显示的任何想法?
【问题讨论】:
-
这个 wordpress 相关吗?
-
图片不会显示在帖子或缩略图中............我正在使用特色图片
标签: image wordpress templates post thumbnails