Changeset 47122 for trunk/src/wp-content/themes/twentyfourteen/author.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/author.php
r45932 r47122 40 40 <?php 41 41 /* 42 * Since we called the_post() above, we need to rewind43 * t he loop back to the beginning that way we can run44 * the loop properly, in full.42 * Since we called the_post() above, we need 43 * to rewind the loop back to the beginning. 44 * That way we can run the loop properly, in full. 45 45 */ 46 46 rewind_posts(); 47 47 48 48 // Start the Loop. 49 49 while ( have_posts() ) : 50 50 the_post(); 51 51 52 52 /* 53 * Include the post format-specific template for the content. If you want to54 * use this in a child theme, then include a file called content-___.php53 * Include the post format-specific template for the content. If you want 54 * to use this in a child theme, then include a file called content-___.php 55 55 * (where ___ is the post format) and that will be used instead. 56 56 */
Note: See TracChangeset
for help on using the changeset viewer.