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
2
page.php
2
page.php
|
@ -17,7 +17,7 @@ get_header(); ?>
|
|||
|
||||
<?php while ( have_posts() ) : the_post(); ?>
|
||||
|
||||
<?php get_template_part( 'content', 'page' ); ?>
|
||||
<?php get_template_part( 'template-parts/content', 'page' ); ?>
|
||||
|
||||
<?php
|
||||
// If comments are open or we have at least one comment, load up the comment template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue