Add support for post formats in single post
This commit is contained in:
parent
5e507c269e
commit
60f7311f19
3 changed files with 6 additions and 37 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue