Code Duplication    Length = 6-6 lines in 2 locations

content-comic.php 1 location

@@ 12-17 (lines=6) @@
9
?>
10
<article id="post-<?php the_ID(); ?>" <?php post_class( 'clear' ); ?>>
11
	<div class="entry-wrap wrap clear">
12
		<?php if ( '' !== get_the_post_thumbnail() ) : ?>
13
14
			<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">
15
				<?php the_post_thumbnail( 'strip-featured-thumbnail' ); ?>
16
			</a>
17
			<?php endif; ?>
18
19
		<footer class="entry-meta">
20
			<a href="<?php the_permalink(); ?>"><?php echo get_the_date(); ?></a>

content-series.php 1 location

@@ 13-18 (lines=6) @@
10
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
11
12
	<div class="wrap">
13
		<?php if ( '' !== get_the_post_thumbnail() ) : ?>
14
15
			<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">
16
				<?php the_post_thumbnail( 'strip-featured-thumbnail' ); ?>
17
			</a>
18
		<?php endif; ?>
19
20
		<footer class="entry-meta">
21
			<a href="<?php the_permalink(); ?>"><?php echo get_the_date(); ?></a>