summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentysixteen/archive.php')
-rw-r--r--themes/twentysixteen/archive.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/twentysixteen/archive.php b/themes/twentysixteen/archive.php
index 079730f3..68a97fc5 100644
--- a/themes/twentysixteen/archive.php
+++ b/themes/twentysixteen/archive.php
@@ -31,14 +31,15 @@ get_header(); ?>
</header><!-- .page-header -->
<?php
- // Start the Loop.
+ // Start the loop.
while ( have_posts() ) :
the_post();
/*
* Include the Post-Format-specific template for the content.
* If you want to override this in a child theme, then include a file
- * called content-___.php (where ___ is the Post Format name) and that will be used instead.
+ * called content-___.php (where ___ is the Post Format name) and that
+ * will be used instead.
*/
get_template_part( 'template-parts/content', get_post_format() );