Merge pull request #1158 from Automattic/add-featured-image-content-options

_s: Add featured images to Post and Pages with the ability to hide them via Content Options.
This commit is contained in:
Laurel 2017-12-13 09:17:23 -08:00 committed by GitHub
commit 115dd8209c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 47 additions and 1 deletions

View file

@ -14,6 +14,8 @@
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
</header><!-- .entry-header -->
<?php _s_post_thumbnail(); ?>
<div class="entry-content">
<?php
the_content();