- Timestamp:
- 12/03/2013 05:05:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/page-templates/contributors.php
r26260 r26556 14 14 <?php 15 15 if ( is_front_page() && twentyfourteen_has_featured_posts() ) { 16 // Include the featured content template. 16 17 get_template_part( 'featured-content' ); 17 18 } … … 21 22 <div id="content" class="site-content" role="main"> 22 23 <?php 23 while ( have_posts() ) :24 24 // Start the Loop. 25 while ( have_posts() ) : the_post(); 25 26 ?> 26 27 … … 29 30 the_title( '<header class="entry-header"><h1 class="entry-title">', '</h1></header><!-- .entry-header -->' ); 30 31 32 // Output the authors list. 31 33 twentyfourteen_list_authors(); 32 34
Note: See TracChangeset
for help on using the changeset viewer.