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