- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/page-templates/contributors.php
r42343 r43571 25 25 while ( have_posts() ) : 26 26 the_post(); 27 ?>27 ?> 28 28 29 29 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 30 <?php30 <?php 31 31 the_title( '<header class="entry-header"><h1 class="entry-title">', '</h1></header><!-- .entry-header -->' ); 32 32 … … 35 35 36 36 edit_post_link( __( 'Edit', 'twentyfourteen' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' ); 37 ?>37 ?> 38 38 </article><!-- #post-## --> 39 39 40 <?php40 <?php 41 41 // If comments are open or we have at least one comment, load up the comment template. 42 if ( comments_open() || get_comments_number() ) {43 comments_template();44 }42 if ( comments_open() || get_comments_number() ) { 43 comments_template(); 44 } 45 45 endwhile; 46 46 ?>
Note: See TracChangeset
for help on using the changeset viewer.