Changeset 25769 for trunk/src/wp-content/themes/twentyfourteen/author.php
- Timestamp:
- 10/11/2013 10:01:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/author.php
r25743 r25769 1 1 <?php 2 2 /** 3 * The template for displaying Author archive pages .3 * The template for displaying Author archive pages 4 4 * 5 * Learn more:http://codex.wordpress.org/Template_Hierarchy5 * @link http://codex.wordpress.org/Template_Hierarchy 6 6 * 7 7 * @package WordPress 8 8 * @subpackage Twenty_Fourteen 9 * @since Twenty Fourteen 1.0 9 10 */ 10 11 … … 19 20 <h1 class="archive-title"> 20 21 <?php 21 /* Queue the first post, that way we know what author 22 /* 23 * Queue the first post, that way we know what author 22 24 * we're dealing with (if that is the case). 23 25 * … … 37 39 38 40 <?php 39 /* Since we called the_post() above, we need to rewind 41 /* 42 * Since we called the_post() above, we need to rewind 40 43 * the loop back to the beginning that way we can run 41 44 * the loop properly, in full.
Note: See TracChangeset
for help on using the changeset viewer.