wp/wp-content/themes/twentyfourteen/featured-content.php
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
--- a/wp/wp-content/themes/twentyfourteen/featured-content.php	Tue Jun 09 11:14:17 2015 +0000
+++ b/wp/wp-content/themes/twentyfourteen/featured-content.php	Mon Oct 14 17:39:30 2019 +0200
@@ -19,11 +19,11 @@
 		do_action( 'twentyfourteen_featured_posts_before' );
 
 		$featured_posts = twentyfourteen_get_featured_posts();
-		foreach ( (array) $featured_posts as $order => $post ) :
-			setup_postdata( $post );
+	foreach ( (array) $featured_posts as $order => $post ) :
+		setup_postdata( $post );
 
-			// Include the featured content template.
-			get_template_part( 'content', 'featured-post' );
+		// Include the featured content template.
+		get_template_part( 'content', 'featured-post' );
 		endforeach;
 
 		/**