这是您特定于在单个后期视图中显示特色图像的主题。
我想你在用Modern Style 主题,只需从中删除以下代码single.php
在第14行,现在只有特色图片才会显示在标签/类别归档页面上(我想也会显示在主页上)。
<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) { the_post_thumbnail(array(300,225), array("class" => "alignleft post_thumbnail")); } ?>