- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php
r44496 r47122 57 57 58 58 <?php 59 // Start the Loop.59 // Start the Loop. 60 60 while ( have_posts() ) : 61 61 the_post(); 62 62 63 63 /* 64 * Include the post format-specific template for the content. If you want to65 * use this in a child theme, then include a file called content-___.php64 * Include the post format-specific template for the content. If you want 65 * to use this in a child theme, then include a file called content-___.php 66 66 * (where ___ is the post format) and that will be used instead. 67 67 */
Note: See TracChangeset
for help on using the changeset viewer.