Code Duplication    Length = 5-5 lines in 7 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-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-audio.php 1 location

@@ 19-23 (lines=5) @@
16
				<?php
17
					$categories_list = get_the_category_list( __( ', ', 'strip' ) );
18
19
				if ( ! is_single() ) :
20
					the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
21
				else :
22
						the_title( '<h1 class="entry-title">', '</h1>' );
23
				endif;
24
				?>
25
			</header><!-- .entry-header -->
26

content.php 1 location

@@ 27-31 (lines=5) @@
24
			if ( $categories_list && strip_categorized_blog() ) {
25
				echo '<span class="categories-links">' . $categories_list . '</span>';
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-gallery.php 1 location

@@ 22-26 (lines=5) @@
19
	<?php
20
				$categories_list = get_the_category_list( __( ', ', 'strip' ) );
21
22
	if ( ! is_single() ) :
23
		the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
24
	else :
25
					the_title( '<h1 class="entry-title">', '</h1>' );
26
	endif; ?>
27
28
		<div class="entry-content clear">
29
	<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'strip' ) ); ?>

content-image.php 1 location

@@ 19-23 (lines=5) @@
16
			<?php
17
				$categories_list = get_the_category_list( __( ', ', 'strip' ) );
18
19
			if ( ! is_single() ) :
20
				the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
21
			else :
22
					the_title( '<h1 class="entry-title">', '</h1>' );
23
			endif;
24
			?>
25
			</header><!-- .entry-header -->
26

content-video.php 1 location

@@ 24-28 (lines=5) @@
21
		<?php
22
			$categories_list = get_the_category_list( __( ', ', 'strip' ) );
23
24
		if ( ! is_single() ) :
25
			the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
26
		else :
27
			the_title( '<h1 class="entry-title">', '</h1>' );
28
		endif;
29
		?>
30
	</header><!-- .entry-header -->
31
	<br>