wp/wp-content/themes/twentyfifteen/single.php
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
    16 		// Start the loop.
    16 		// Start the loop.
    17 		while ( have_posts() ) : the_post();
    17 		while ( have_posts() ) : the_post();
    18 
    18 
    19 			/*
    19 			/*
    20 			 * Include the post format-specific template for the content. If you want to
    20 			 * Include the post format-specific template for the content. If you want to
    21 			 * use this in a child theme, then include a file called called content-___.php
    21 			 * use this in a child theme, then include a file called content-___.php
    22 			 * (where ___ is the post format) and that will be used instead.
    22 			 * (where ___ is the post format) and that will be used instead.
    23 			 */
    23 			 */
    24 			get_template_part( 'content', get_post_format() );
    24 			get_template_part( 'content', get_post_format() );
    25 
    25 
    26 			// If comments are open or we have at least one comment, load up the comment template.
    26 			// If comments are open or we have at least one comment, load up the comment template.