Changeset 26036
- Timestamp:
- 11/07/2013 07:04:56 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-aside.php
r25969 r26036 17 17 <span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span> 18 18 </div><!-- .entry-meta --> 19 <?php endif; ?> 19 <?php 20 endif; 20 21 21 <?php22 22 if ( is_single() ) : 23 23 the_title( '<h1 class="entry-title">', '</h1>' ); … … 54 54 </div><!-- .entry-content --> 55 55 56 <?php if ( has_tag() ) : ?> 56 57 <footer class="entry-meta"> 57 < ?php if ( has_tag() ) : ?>58 <span class="tag-links"><?php echo get_the_tag_list(); ?></span>59 < ?php endif; ?>58 <span class="tag-links"> 59 <?php echo get_the_tag_list(); ?> 60 </span> 60 61 </footer><!-- .entry-meta --> 62 <?php endif; ?> 61 63 </article><!-- #post-## --> -
trunk/src/wp-content/themes/twentyfourteen/content-audio.php
r26020 r26036 44 44 <div class="entry-content"> 45 45 <?php 46 the_content( );46 the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyfourteen' ) ); 47 47 wp_link_pages( array( 48 48 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>', -
trunk/src/wp-content/themes/twentyfourteen/content-gallery.php
r25970 r26036 34 34 <?php twentyfourteen_posted_on(); ?> 35 35 36 <?php if ( ! post_password_required() && ( comments_open() || '0' !=get_comments_number() ) ) : ?>36 <?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?> 37 37 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span> 38 38 <?php endif; ?> … … 56 56 <?php if ( has_tag() ) : ?> 57 57 <footer class="entry-meta"> 58 <span class="tag-links"><?php echo get_the_tag_list(); ?></span> 58 <span class="tag-links"> 59 <?php echo get_the_tag_list(); ?> 60 </span> 59 61 </footer><!-- .entry-meta --> 60 62 <?php endif; ?> -
trunk/src/wp-content/themes/twentyfourteen/content-image.php
r25802 r26036 44 44 <div class="entry-content"> 45 45 <?php 46 the_content( );46 the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyfourteen' ) ); 47 47 wp_link_pages( array( 48 48 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>', -
trunk/src/wp-content/themes/twentyfourteen/content-link.php
r25969 r26036 17 17 <span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span> 18 18 </div><!-- .entry-meta --> 19 <?php endif; ?> 19 <?php 20 endif; 20 21 21 <?php22 22 if ( is_single() ) : 23 23 the_title( '<h1 class="entry-title">', '</h1>' ); … … 44 44 <div class="entry-content"> 45 45 <?php 46 the_content( );46 the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyfourteen' ) ); 47 47 wp_link_pages( array( 48 48 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>', -
trunk/src/wp-content/themes/twentyfourteen/content-quote.php
r25969 r26036 17 17 <span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span> 18 18 </div><!-- .entry-meta --> 19 <?php endif; ?> 19 <?php 20 endif; 20 21 21 <?php22 22 if ( is_single() ) : 23 23 the_title( '<h1 class="entry-title">', '</h1>' ); … … 54 54 </div><!-- .entry-content --> 55 55 56 <?php if ( has_tag() ) : ?> 56 57 <footer class="entry-meta"> 57 < ?php if ( has_tag() ) : ?>58 <span class="tag-links"><?php echo get_the_tag_list(); ?></span>59 < ?php endif; ?>58 <span class="tag-links"> 59 <?php echo get_the_tag_list(); ?> 60 </span> 60 61 </footer><!-- .entry-meta --> 62 <?php endif; ?> 61 63 </article><!-- #post-## --> -
trunk/src/wp-content/themes/twentyfourteen/content-video.php
r25802 r26036 44 44 <div class="entry-content"> 45 45 <?php 46 the_content( );46 the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyfourteen' ) ); 47 47 wp_link_pages( array( 48 48 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>', -
trunk/src/wp-content/themes/twentyfourteen/content.php
r25969 r26036 19 19 <span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span> 20 20 </div> 21 <?php endif; ?> 21 <?php 22 endif; 22 23 23 <?php24 24 if ( is_single() ) : 25 25 the_title( '<h1 class="entry-title">', '</h1>' ); … … 65 65 <?php if ( has_tag() ) : ?> 66 66 <footer class="entry-meta"> 67 <span class="tag-links"><?php echo get_the_tag_list(); ?></span> 67 <span class="tag-links"> 68 <?php echo get_the_tag_list(); ?> 69 </span> 68 70 </footer><!-- .entry-meta --> 69 71 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.