Changeset 42343 for trunk/src/wp-content/themes/twentyfourteen/search.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/search.php
r41349 r42343 21 21 <?php 22 22 // Start the Loop. 23 while ( have_posts() ) : the_post(); 23 while ( have_posts() ) : 24 the_post(); 24 25 25 /*26 * Include the post format-specific template for the content. If you want to27 * use this in a child theme, then include a file called content-___.php28 * (where ___ is the post format) and that will be used instead.29 */30 get_template_part( 'content', get_post_format() );26 /* 27 * Include the post format-specific template for the content. If you want to 28 * use this in a child theme, then include a file called content-___.php 29 * (where ___ is the post format) and that will be used instead. 30 */ 31 get_template_part( 'content', get_post_format() ); 31 32 32 33 endwhile;
Note: See TracChangeset
for help on using the changeset viewer.