Twenty Thirteen: show featured image on single posts, fixes #23528. Props kwight.

git-svn-id: https://develop.svn.wordpress.org/trunk@23463 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-02-21 05:54:19 +00:00
parent 2b60f0259d
commit 3ce372ce62
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php if ( has_post_thumbnail() && ! is_single() && ! post_password_required() ) : ?>
<?php if ( has_post_thumbnail() && ! post_password_required() ) : ?>
<div class="entry-thumbnail">
<?php the_post_thumbnail(); ?>
</div>