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