Changeset 38986 for trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
- Timestamp:
- 10/27/2016 10:08:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
r38875 r38986 13 13 ?> 14 14 15 <article id="post-<?php the_ID(); ?>" <?php post_class( 'twentyseventeen-panel ' ); ?> > 16 17 <span class="panel twentyseventeen-panel<?php echo esc_attr( $twentyseventeencounter ); ?>" id="panel<?php echo esc_attr( $twentyseventeencounter ); ?>"> 18 <span class="twentyseventeen-panel-title"><?php printf( __( 'Panel %1$s', 'twentyseventeen' ), esc_attr( $twentyseventeencounter ) ); ?></span> 19 </span> 15 <article id="panel<?php echo $twentyseventeencounter; ?>" <?php post_class( 'twentyseventeen-panel ' ); ?> > 20 16 21 17 <?php if ( has_post_thumbnail() ) : … … 78 74 wp_reset_postdata(); 79 75 ?> 80 </div><!-- . pique-recent-posts -->76 </div><!-- .recent-posts --> 81 77 <?php endif; ?> 82 78 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.