]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentytwelve/content-page.php
Wordpress 3.7
[autoinstalls/wordpress.git] / wp-content / themes / twentytwelve / content-page.php
index f00a99c9dd191df07a5ee4dc0b0a0143189fdc58..0abcbf79112ead52c65fe0dc2d43b0e5fc50e5de 100644 (file)
@@ -10,6 +10,9 @@
 
        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
                <header class="entry-header">
+                       <?php if ( ! is_page_template( 'page-templates/front-page.php' ) ) : ?>
+                       <?php the_post_thumbnail(); ?>
+                       <?php endif; ?>
                        <h1 class="entry-title"><?php the_title(); ?></h1>
                </header>