Code Duplication    Length = 5-5 lines in 6 locations

content-comic.php 1 location

@@ 48-52 (lines=5) @@
45
46
		<?php	edit_post_link( __( 'Edit Comic', 'strip' ), '<span class="edit-link">', '</span>' );
47
48
		if ( ! is_single() ) :
49
			the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
50
			else :
51
					the_title( '<h1 class="entry-title">', '</h1>' );
52
			endif; ?>
53
54
	</header><!-- .entry-header -->
55

content-gallery.php 1 location

@@ 29-33 (lines=5) @@
26
		echo '<span class="categories-links">' . $categories_list . '</span>';
27
	}
28
29
	if ( ! is_single() ) :
30
		the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
31
	else :
32
					the_title( '<h1 class="entry-title">', '</h1>' );
33
	endif; ?>
34
35
		<div class="entry-content clear">
36
	<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'strip' ) ); ?>

content-image.php 1 location

@@ 27-31 (lines=5) @@
24
				echo '<span class="categories-links">' . $categories_list . '</span>';
25
			}
26
27
			if ( ! is_single() ) :
28
				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
29
			else :
30
					the_title( '<h1 class="entry-title">', '</h1>' );
31
			endif;
32
			?>
33
			</header><!-- .entry-header -->
34

content-series.php 1 location

@@ 29-33 (lines=5) @@
26
			<?php
27
			edit_post_link( __( 'Edit Comic', 'strip' ), '<span class="edit-link">', '</span>' );
28
29
			if ( ! is_single() ) :
30
				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
31
			else :
32
					the_title( '<h1 class="entry-title">', '</h1>' );
33
			endif; ?>
34
35
	</header><!-- .entry-header -->
36

content-video.php 1 location

@@ 31-35 (lines=5) @@
28
			echo '<span class="categories-links">' . $categories_list . '</span>';
29
		}
30
31
		if ( ! is_single() ) :
32
			the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
33
		else :
34
			the_title( '<h1 class="entry-title">', '</h1>' );
35
		endif;
36
		?>
37
	</header><!-- .entry-header -->
38
	<br>

content.php 1 location

@@ 30-34 (lines=5) @@
27
					echo '<span class="categories-links">' . $categories_list . '</span>';
28
			}
29
30
			if ( ! is_single() ) :
31
				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
32
			else :
33
					the_title( '<h1 class="entry-title">', '</h1>' );
34
			endif;
35
			?>
36
		</header><!-- .entry-header -->
37