Changeset 47122 for trunk/src/wp-content/themes/twentythirteen/category.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/category.php
r45932 r47122 24 24 </h1> 25 25 26 <?php if ( category_description() ) : // Show an optional category description ?>26 <?php if ( category_description() ) : // Show an optional category description. ?> 27 27 <div class="archive-meta"><?php echo category_description(); ?></div> 28 28 <?php endif; ?> 29 29 </header><!-- .archive-header --> 30 30 31 <?php /* The loop */ ?>32 31 <?php 32 // Start the loop. 33 33 while ( have_posts() ) : 34 34 the_post();
Note: See TracChangeset
for help on using the changeset viewer.