Changeset 47122 for trunk/src/wp-content/themes/twentytwelve/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/twentytwelve/archive.php
r45932 r47122 44 44 45 45 <?php 46 / * Start the Loop */46 // Start the Loop. 47 47 while ( have_posts() ) : 48 48 the_post(); 49 49 50 /* Include the post format-specific template for the content. If you want to 51 * this in a child theme then include a file called content-___.php 50 /* 51 * Include the post format-specific template for the content. If you want 52 * to use this in a child theme then include a file called content-___.php 52 53 * (where ___ is the post format) and that will be used instead. 53 54 */
Note: See TracChangeset
for help on using the changeset viewer.