Merge branch 'master' into update-single-post-nav
This commit is contained in:
commit
142e2d5030
41 changed files with 321 additions and 378 deletions
|
@ -15,7 +15,7 @@ get_header(); ?>
|
|||
<?php
|
||||
while ( have_posts() ) : the_post();
|
||||
|
||||
get_template_part( 'template-parts/content', get_post_format() );
|
||||
get_template_part( 'template-parts/content', get_post_type() );
|
||||
|
||||
the_post_navigation( array(
|
||||
'prev_text' => '<span class="nav-subtitle">' . __( 'Previous:', '_s' ) . '</span> <span class="nav-title">%title</span>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue