Morden: Add support for Featured Images on Pages
This commit is contained in:
parent
82fefdc90c
commit
cf9015630d
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
|||
<header class="entry-header">
|
||||
<?php get_template_part( 'template-parts/header/entry', 'header' ); ?>
|
||||
</header>
|
||||
|
||||
<?php if ( true === get_theme_mod( 'show_featured_image_on_pages', false ) ) : ?>
|
||||
<?php varia_post_thumbnail(); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="entry-content">
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue