Wordpress页面缩略图没有显示

时间:2015-02-03 18:27:08

标签: wordpress thumbnails

当我查看整页single.php

时,我使用以下代码将wordpress页面的精选图像显示为缩略图
<div class="entry">
    <?php if ( has_post_thumbnail() ) { the_post_thumbnail(); }             
     the_content(); ?>
</div>

我的代码是否有问题,因为缩略图未显示且相关页面有特色图像集? 任何想法将不胜感激!

1 个答案:

答案 0 :(得分:0)

问题是我在single.php中编写代码但是还有一个page.php。将代码添加到page.php后,一切都很完美。