Move template parts into their own dedicated folder and update Infinite Scroll to reflect this change. See #642. Props @leopuleo.
This commit is contained in:
parent
ff6337943b
commit
71d4231cbe
11 changed files with 17 additions and 9 deletions
|
@ -12,7 +12,7 @@ get_header(); ?>
|
|||
|
||||
<?php while ( have_posts() ) : the_post(); ?>
|
||||
|
||||
<?php get_template_part( 'content', 'single' ); ?>
|
||||
<?php get_template_part( 'template-parts/content', 'single' ); ?>
|
||||
|
||||
<?php the_post_navigation(); ?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue