Changeset 47122 for trunk/src/wp-content/themes/twentytwelve/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/twentytwelve/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; ?> … … 32 32 33 33 <?php 34 / * Start the Loop */34 // Start the Loop. 35 35 while ( have_posts() ) : 36 36 the_post(); 37 37 38 38 /* 39 * Include the post format-specific template for the content. If you want to40 * t his in a child theme then include a file called content-___.php39 * Include the post format-specific template for the content. If you want 40 * to use this in a child theme then include a file called content-___.php 41 41 * (where ___ is the post format) and that will be used instead. 42 42 */
Note: See TracChangeset
for help on using the changeset viewer.