Changeset 47122 for trunk/src/wp-content/themes/twentyfourteen/single.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/single.php
r42343 r47122 13 13 <div id="content" class="site-content" role="main"> 14 14 <?php 15 // Start the Loop.15 // Start the Loop. 16 16 while ( have_posts() ) : 17 17 the_post(); 18 18 19 19 /* 20 * Include the post format-specific template for the content. If you want to21 * use this in a child theme, then include a file called content-___.php20 * Include the post format-specific template for the content. If you want 21 * to use this in a child theme, then include a file called content-___.php 22 22 * (where ___ is the post format) and that will be used instead. 23 23 */
Note: See TracChangeset
for help on using the changeset viewer.