Twenty Twelve: show featured image in single page views. Fixes #22943, props MikeHansenMe.
git-svn-id: https://develop.svn.wordpress.org/trunk@23471 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
12ccb9626e
commit
7a30f68c8a
@ -10,6 +10,7 @@
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
<header class="entry-header">
|
||||
<?php the_post_thumbnail(); ?>
|
||||
<h1 class="entry-title"><?php the_title(); ?></h1>
|
||||
</header>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user