Changeset 47122 for trunk/src/wp-content/themes/twentytwelve/author.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/author.php
r45932 r47122 20 20 21 21 <?php 22 /* Queue the first post, that way we know 22 /* 23 * Queue the first post, that way we know 23 24 * what author we're dealing with (if that is the case). 24 25 * … … 39 40 40 41 <?php 41 /* Since we called the_post() above, we need to 42 * rewind the loop back to the beginning that way 43 * we can run the loop properly, in full. 42 /* 43 * Since we called the_post() above, we need 44 * to rewind the loop back to the beginning. 45 * That way we can run the loop properly, in full. 44 46 */ 45 47 rewind_posts(); … … 78 80 <?php endif; ?> 79 81 80 <?php /* Start the Loop */ ?>81 82 <?php 83 // Start the Loop. 82 84 while ( have_posts() ) : 83 85 the_post();
Note: See TracChangeset
for help on using the changeset viewer.