_s: Add featured images to Post and Pages with the ability to hide them via Content Options.

_s: Fix Travis CI error

_s: Add missing coma in array
This commit is contained in:
Thomas Guillot 2017-07-03 10:43:21 +01:00
parent f9d4a471e5
commit 387df73308
5 changed files with 45 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();