Remove Teaser Thumbnails

Viewing 3 posts - 1 through 3 (of 3 total)
  • #5246
    bm813
    Participant

    Is there a way to remove the featured image thumbnails in the teasers when using a grid style front page? Here’s a link to my site layout: http://sqex.info/demo/

    I’d really like if the teasers just had the post title and excerpt, thanks!

    #5298
    Daniel Tara
    Keymaster

    In the files content-*.php find this line:

    <?php if( has_post_thumbnail() ) : ?>

    replace it with:

    <?php if( has_post_thumbnail() && ! esplanade_is_teaser() ) : ?<
    #5410
    bm813
    Participant

    Thanks, worked like a charm!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.