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