Skip to content

Commit a8568e5

Browse files
authored
Update single.php
1 parent 1462beb commit a8568e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

single.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050

5151
<?php get_template_part( 'template-parts/content/byline' ); ?>
5252

53-
<?php get_template_part( 'template-parts/content/featured-image' ); ?>
54-
5553
<?php $hovercraft_social_sharing = get_theme_mod( 'hovercraft_social_sharing', 'bottom_of_post' );
5654
if ( $hovercraft_social_sharing == 'top_of_post' || $hovercraft_social_sharing == 'top_and_bottom_of_post' ) {
5755
get_template_part( 'template-parts/content/social-sharing' );
5856
} ?>
5957

6058
<?php get_template_part( 'template-parts/content/byline-after' ); ?>
59+
60+
<?php get_template_part( 'template-parts/content/featured-image' ); ?>
6161

6262
<?php } ?>
6363

0 commit comments

Comments
 (0)