diff options
Diffstat (limited to 'themes/twentyfourteen/taxonomy-post_format.php')
-rw-r--r-- | themes/twentyfourteen/taxonomy-post_format.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/twentyfourteen/taxonomy-post_format.php b/themes/twentyfourteen/taxonomy-post_format.php index 243e8f0c..9cf9083c 100644 --- a/themes/twentyfourteen/taxonomy-post_format.php +++ b/themes/twentyfourteen/taxonomy-post_format.php @@ -56,13 +56,13 @@ get_header(); ?> </header><!-- .archive-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 - * use this in a child theme, then include a file called content-___.php + * Include the post format-specific template for the content. If you want + * to use this in a child theme, then include a file called content-___.php * (where ___ is the post format) and that will be used instead. */ get_template_part( 'content', get_post_format() ); |