Changeset 25746 for trunk/src/wp-content/themes/twentyten/author.php
- Timestamp:
- 10/09/2013 08:38:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/author.php
r25627 r25746 14 14 15 15 <?php 16 /* *16 /* 17 17 * Queue the first post, that way we know who 18 18 * the author is when we try to get their name, … … 52 52 53 53 <?php 54 /* *54 /* 55 55 * Since we called the_post() above, we need to 56 56 * rewind the loop back to the beginning that way … … 59 59 rewind_posts(); 60 60 61 /* *61 /* 62 62 * Run the loop for the author archive page to output the authors posts 63 63 * If you want to overload this in a child theme then include a file
Note: See TracChangeset
for help on using the changeset viewer.