wp/wp-content/themes/twentytwelve/search.php
changeset 7 cf61fcea0001
parent 0 d970ebf37754
--- a/wp/wp-content/themes/twentytwelve/search.php	Tue Jun 09 11:14:17 2015 +0000
+++ b/wp/wp-content/themes/twentytwelve/search.php	Mon Oct 14 17:39:30 2019 +0200
@@ -21,7 +21,10 @@
 			<?php twentytwelve_content_nav( 'nav-above' ); ?>
 
 			<?php /* Start the Loop */ ?>
-			<?php while ( have_posts() ) : the_post(); ?>
+			<?php
+			while ( have_posts() ) :
+				the_post();
+?>
 				<?php get_template_part( 'content', get_post_format() ); ?>
 			<?php endwhile; ?>
 
@@ -46,4 +49,4 @@
 	</section><!-- #primary -->
 
 <?php get_sidebar(); ?>
-<?php get_footer(); ?>
\ No newline at end of file
+<?php get_footer(); ?>