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