Add support for post formats in single post

This commit is contained in:
Ulrich Pogson 2015-12-04 15:51:58 +01:00
parent 5e507c269e
commit 60f7311f19
3 changed files with 6 additions and 37 deletions

View file

@ -15,7 +15,7 @@ get_header(); ?>
<?php
while ( have_posts() ) : the_post();
get_template_part( 'template-parts/content', 'single' );
get_template_part( 'template-parts/content', get_post_format() );
the_post_navigation();