Changeset 13816 for trunk/wp-content/themes/twentyten/archive.php
- Timestamp:
- 03/25/2010 10:04:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/archive.php
r13720 r13816 17 17 18 18 <?php rewind_posts(); ?> 19 20 <?php get_generic_template( 'loop', 'archive' ); ?> 19 <?php 20 /* Run the loop for the archives page to output the posts. 21 * If you want to overload this in a child theme then include a file 22 * called loop-archives.php and that will be used instead. 23 */ 24 get_template_part( 'loop', 'archive' ); 25 ?> 21 26 22 27 </div><!-- #content -->
Note: See TracChangeset
for help on using the changeset viewer.