Changeset 47122 for trunk/src/wp-content/themes/twentyfifteen/archive.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/archive.php
r44496 r47122 32 32 33 33 <?php 34 // Start the Loop.34 // Start the loop. 35 35 while ( have_posts() ) : 36 36 the_post(); 37 37 38 38 /* 39 * Include the Post-Format-specific template for the content.40 * If you want to override this in a child theme, then include a file41 * called content-___.php (where ___ is the Post Format name) and that will be used instead.39 * Include the post format-specific template for the content. If you want 40 * to use this in a child theme, then include a file called content-___.php 41 * (where ___ is the post format) and that will be used instead. 42 42 */ 43 43 get_template_part( 'content', get_post_format() );
Note: See TracChangeset
for help on using the changeset viewer.