Code Duplication    Length = 21-21 lines in 2 locations

content-post.php 1 location

@@ 57-77 (lines=21) @@
54
	</div><!-- .entry-content -->
55
56
	<footer class="footer-meta">
57
		<?php if ( has_tag() || class_exists('LSX_Sharing') || ( function_exists( 'sharing_display' ) || class_exists( 'Jetpack_Likes' ) ) ) : ?>
58
            <div class="post-tags-wrapper">
59
				<?php lsx_content_post_tags(); ?>
60
61
				<?php
62
				if ( function_exists( 'sharing_display' ) ) {
63
					sharing_display( '', true );
64
				}
65
66
				if ( class_exists( 'Jetpack_Likes' ) ) {
67
					$custom_likes = new Jetpack_Likes;
68
					echo wp_kses_post( $custom_likes->post_likes( '' ) );
69
				}
70
				?>
71
72
				<?php if(class_exists('LSX_Sharing')){
73
					lsx_content_sharing();
74
				}?>
75
            </div>
76
		<?php endif ?>
77
78
		<?php
79
			// If comments are open or we have at least one comment, load up the comment template
80
			if ( comments_open() || '0' != get_comments_number() ) : ?>

content-single.php 1 location

@@ 57-77 (lines=21) @@
54
	</div><!-- .entry-content -->
55
56
	<footer class="footer-meta">
57
		<?php if ( has_tag() || class_exists('LSX_Sharing') || ( function_exists( 'sharing_display' ) || class_exists( 'Jetpack_Likes' ) ) ) : ?>
58
			<div class="post-tags-wrapper">
59
				<?php lsx_content_post_tags(); ?>
60
61
				<?php
62
					if ( function_exists( 'sharing_display' ) ) {
63
						sharing_display( '', true );
64
					}
65
66
					if ( class_exists( 'Jetpack_Likes' ) ) {
67
						$custom_likes = new Jetpack_Likes;
68
						echo wp_kses_post( $custom_likes->post_likes( '' ) );
69
					}
70
				?>
71
72
                <?php if(class_exists('LSX_Sharing')){
73
					lsx_content_sharing();
74
                }?>
75
			</div>
76
		<?php endif ?>
77
78
		<?php
79
			// If comments are open or we have at least one comment, load up the comment template
80
			if ( comments_open() || '0' != get_comments_number() ) : ?>