diff -r 346c88efed21 -r 5e2f62d02dcd wp/wp-content/themes/twentyfourteen/featured-content.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-content/themes/twentyfourteen/featured-content.php Tue Jun 09 03:35:32 2015 +0200
@@ -0,0 +1,39 @@
+
+
+
+
+ $post ) :
+ setup_postdata( $post );
+
+ // Include the featured content template.
+ get_template_part( 'content', 'featured-post' );
+ endforeach;
+
+ /**
+ * Fires after the Twenty Fourteen featured content.
+ *
+ * @since Twenty Fourteen 1.0
+ */
+ do_action( 'twentyfourteen_featured_posts_after' );
+
+ wp_reset_postdata();
+ ?>
+
+