Changeset 8762
- Timestamp:
- 05/09/2019 06:45:18 PM (4 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/themes/campsite-2017/template-parts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/campsite-2017/template-parts/content-page.php
r8753 r8762 14 14 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 15 15 <header class="entry-header"> 16 <?php if ( has_post_thumbnail() && ! wcorg_skip_feature( 'cs17_display_featured_image' ) ) : ?> 17 <div class="entry-image"> 18 <?php the_post_thumbnail(); ?> 19 </div> 20 <?php endif; ?> 21 16 22 <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> 17 23 </header> -
sites/trunk/wordcamp.org/public_html/wp-content/themes/campsite-2017/template-parts/content-search.php
r8753 r8762 14 14 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 15 15 <header class="entry-header"> 16 <?php if ( has_post_thumbnail() && ! wcorg_skip_feature( 'cs17_display_featured_image' ) ) : ?> 17 <div class="entry-image"> 18 <?php the_post_thumbnail(); ?> 19 </div> 20 <?php endif; ?> 21 16 22 <?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?> 17 23 -
sites/trunk/wordcamp.org/public_html/wp-content/themes/campsite-2017/template-parts/content.php
r8753 r8762 15 15 <header class="entry-header"> 16 16 <?php 17 18 if ( has_post_thumbnail() && ! wcorg_skip_feature( 'cs17_display_featured_image' ) ) : ?> 19 <div class="entry-image"> 20 <?php the_post_thumbnail(); ?> 21 </div> 22 <?php endif; 17 23 18 24 if ( is_single() ) {
Note: See TracChangeset
for help on using the changeset viewer.