Changeset 25521 for trunk/src/wp-content/themes/twentytwelve/tag.php
- Timestamp:
- 09/20/2013 07:23:22 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-content/themes/twentytwelve/tag.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/tag.php
r22318 r25521 1 1 <?php 2 2 /** 3 * The template for displaying Tag pages .3 * The template for displaying Tag pages 4 4 * 5 5 * Used to display archive-type pages for posts in a tag. 6 6 * 7 * Learn more:http://codex.wordpress.org/Template_Hierarchy7 * @link http://codex.wordpress.org/Template_Hierarchy 8 8 * 9 9 * @package WordPress … … 30 30 while ( have_posts() ) : the_post(); 31 31 32 /* Include the post format-specific template for the content. If you want to 32 /** 33 * Include the post format-specific template for the content. If you want to 33 34 * this in a child theme then include a file called called content-___.php 34 35 * (where ___ is the post format) and that will be used instead.
Note: See TracChangeset
for help on using the changeset viewer.