Changeset 25746 for trunk/src/wp-content/themes/twentyten/archive.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/archive.php
r25627 r25746 19 19 20 20 <?php 21 /* *21 /* 22 22 * Queue the first post, that way we know 23 23 * what date we're dealing with (if that is the case). … … 43 43 44 44 <?php 45 /* *45 /* 46 46 * Since we called the_post() above, we need to 47 47 * rewind the loop back to the beginning that way … … 50 50 rewind_posts(); 51 51 52 /* *52 /* 53 53 * Run the loop for the archives page to output the posts. 54 54 * If you want to overload this in a child theme then include a file
Note: See TracChangeset
for help on using the changeset viewer.