Skip to content

Commit

Permalink
remove the_post_thumbnail as it makes no sense on this page
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentComics committed Jan 26, 2017
1 parent 9d5c33e commit fd8a1b4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions archive-titles.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
<section id="primary"
<main id="content" role="main">

<?php if ( '' !== get_the_post_thumbnail() ) : ?>

<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'strip' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="<?php the_ID(); ?>" class="strip-featured-thumbnail">
<?php the_post_thumbnail( 'strip-featured-thumbnail' ); ?>
</a>
<?php endif; ?>

<header class="entry-header">

<?php the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); ?>
Expand Down

0 comments on commit fd8a1b4

Please sign in to comment.