_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:
parent
f9d4a471e5
commit
387df73308
5 changed files with 45 additions and 1 deletions
|
@ -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();
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
<?php endif; ?>
|
||||
</header><!-- .entry-header -->
|
||||
|
||||
<?php _s_post_thumbnail(); ?>
|
||||
|
||||
<div class="entry-summary">
|
||||
<?php the_excerpt(); ?>
|
||||
</div><!-- .entry-summary -->
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
endif; ?>
|
||||
</header><!-- .entry-header -->
|
||||
|
||||
<?php _s_post_thumbnail(); ?>
|
||||
|
||||
<div class="entry-content">
|
||||
<?php
|
||||
the_content( sprintf(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue