更新到wordpress 3.8后,可以';我再也看不到archive.php中的拇指了

更新到wordpress 3.8后,可以';我再也看不到archive.php中的拇指了,wordpress,Wordpress,更新到WP 3.8后,我在archive.php中再也看不到我的拇指了 代码如下: <div class="post-entry"> <?php if( has_post_thumbnail() ) : ?> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"> <?php the_post_thumbnail( 'thumbnai

更新到WP 3.8后,我在archive.php中再也看不到我的拇指了

代码如下:

<div class="post-entry">
<?php if( has_post_thumbnail() ) : ?>
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
<?php the_post_thumbnail( 'thumbnail', array( 'class' => 'alignleft' ) ); ?>
</a>
<?php endif; ?>
<?php the_excerpt(); ?>
<?php wp_link_pages( array( 'before' => '<div class="pagination">' . __( 'Pages:', 'responsive' ), 'after' => '</div>' ) ); ?>
</div>
但没什么可做的。缩略图仍然没有了

有什么帮助吗

提前感谢,,
Vince

您是否尝试过只使用
缩略图()
查看图像是否显示?我尝试过,但没有缩略图。在一篇文章中,图像是shwon,在其他任何页面中都不是。我不知道为什么,但对于所有其他页面:我的问题通过以下方式解决:
    add_theme_support( 'post-thumbnails' );