Changeset 47122 for trunk/src/wp-content/themes/twentyseventeen/search.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/search.php
r46827 r47122 33 33 <?php 34 34 if ( have_posts() ) : 35 / * Start the Loop */35 // Start the Loop. 36 36 while ( have_posts() ) : 37 37 the_post(); … … 44 44 get_template_part( 'template-parts/post/content', 'excerpt' ); 45 45 46 endwhile; // End ofthe loop.46 endwhile; // End the loop. 47 47 48 48 the_posts_pagination(
Note: See TracChangeset
for help on using the changeset viewer.