Code Duplication    Length = 7-7 lines in 2 locations

content.php 2 locations

@@ 42-48 (lines=7) @@
39
	<div class="entry-layout">
40
		<div class="entry-layout-content entry-layout-content-<?php echo has_post_thumbnail() ? '67' : '100'; ?>">
41
			<header class="entry-header">
42
				<?php if ( has_post_thumbnail() ) : ?>
43
					<div class="entry-image <?php echo esc_attr( $image_class ); ?>">
44
						<a class="thumbnail" href="<?php the_permalink(); ?>">
45
							 <?php lsx_thumbnail( 'lsx-single-thumbnail' ); ?>
46
						</a>
47
					</div>
48
				<?php endif; ?>
49
50
				<?php 
51
					$format = get_post_format();
@@ 147-153 (lines=7) @@
144
			?>
145
		</div>
146
	
147
		<?php if ( has_post_thumbnail() ) : ?>
148
			<div class="entry-image hidden hidden-xs">
149
				<a class="thumbnail" href="<?php the_permalink(); ?>" style="background-image:url(<?php echo esc_url( $image_src ); ?>);">
150
					<?php lsx_thumbnail( 'lsx-single-thumbnail' ); ?>
151
				</a>
152
			</div>
153
		<?php endif; ?>
154
	</div>
155
156
	<?php lsx_entry_bottom(); ?>