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