Making WordPress.org


Ignore:
Timestamp:
05/08/2019 08:52:56 PM (6 years ago)
Author:
vedjain
Message:

Revert "WC Campsite17: Content option support ..." SVN r8748

This is causing a bug where sponsor images are not displayed, because of (lilkely) Jetpack interfering with featured image output when content options are disabled. This featured image output is getting used by sponsor shortcode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/campsite-2017/template-parts/content-search.php

    r8748 r8753  
    1414<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1515    <header class="entry-header">
    16         <?php if ( has_post_thumbnail() ) : ?>
    17             <div class="entry-image">
    18                 <?php the_post_thumbnail(); ?>
    19             </div>
    20         <?php endif; ?>
    21 
    2216        <?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?>
    2317
Note: See TracChangeset for help on using the changeset viewer.