Changeset 25627 for trunk/src/wp-content/themes/twentyten/category.php
- Timestamp:
- 09/25/2013 05:03:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/category.php
r15226 r25627 1 1 <?php 2 2 /** 3 * T he template for displaying Category Archive pages.3 * Template for displaying Category Archive pages 4 4 * 5 5 * @package WordPress … … 21 21 echo '<div class="archive-meta">' . $category_description . '</div>'; 22 22 23 /* Run the loop for the category page to output the posts. 23 /** 24 * Run the loop for the category page to output the posts. 24 25 * If you want to overload this in a child theme then include a file 25 26 * called loop-category.php and that will be used instead.
Note: See TracChangeset
for help on using the changeset viewer.