Просмотр исходного кода

Merge pull request #3195 from Automattic/try/2330-varia-display-featured-image-on-page

Varia: Display the Featured Image on pages
Maggie 4 лет назад
Родитель
Сommit
3a35bb5f04
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      varia/template-parts/content/content-page.php

+ 2 - 0
varia/template-parts/content/content-page.php

@@ -16,6 +16,8 @@
 	<header class="entry-header responsive-max-width">
 		<?php get_template_part( 'template-parts/header/entry', 'header' ); ?>
 	</header>
+	
+	<?php varia_post_thumbnail(); ?>
 
 	<div class="entry-content">
 		<?php