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:
Philip Arthur Moore 2015-04-29 08:42:12 +07:00
parent ff6337943b
commit 71d4231cbe
11 changed files with 17 additions and 9 deletions

View file

@ -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(); ?>