Changeset 47122 for trunk/src/wp-content/themes/twentyeleven/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/twentyeleven/archive.php
r45932 r47122 41 41 <?php twentyeleven_content_nav( 'nav-above' ); ?> 42 42 43 <?php /* Start the Loop */ ?>44 43 <?php 44 // Start the Loop. 45 45 while ( have_posts() ) : 46 46 the_post(); … … 48 48 49 49 <?php 50 /* Include the Post-Format-specific template for the content. 50 /* 51 * Include the Post-Format-specific template for the content. 51 52 * If you want to overload this in a child theme then include a file 52 * called content-___.php (where ___ is the Post Format name) and that will be used instead. 53 * called content-___.php (where ___ is the Post Format name) and that 54 * will be used instead. 53 55 */ 54 56 get_template_part( 'content', get_post_format() );
Note: See TracChangeset
for help on using the changeset viewer.