Changeset 26258 for trunk/src/wp-content/themes/twentyfourteen/content.php
- Timestamp:
- 11/18/2013 10:47:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content.php
r26048 r26258 63 63 <?php endif; ?> 64 64 65 <?php 66 if ( has_tag() ) 67 echo get_the_tag_list( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); 68 ?> 65 <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> 69 66 </article><!-- #post-## -->
Note: See TracChangeset
for help on using the changeset viewer.