Changeset 47122 for trunk/src/wp-content/themes/twentyeleven/category.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/category.php
r45932 r47122 40 40 <?php twentyeleven_content_nav( 'nav-above' ); ?> 41 41 42 <?php /* Start the Loop */ ?>43 42 <?php 43 // Start the Loop. 44 44 while ( have_posts() ) : 45 45 the_post(); … … 50 50 * Include the Post-Format-specific template for the content. 51 51 * 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. 52 * called content-___.php (where ___ is the Post Format name) and that 53 * will be used instead. 53 54 */ 54 55 get_template_part( 'content', get_post_format() );
Note: See TracChangeset
for help on using the changeset viewer.