We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1462beb commit a8568e5Copy full SHA for a8568e5
single.php
@@ -50,14 +50,14 @@
50
51
<?php get_template_part( 'template-parts/content/byline' ); ?>
52
53
- <?php get_template_part( 'template-parts/content/featured-image' ); ?>
54
-
55
<?php $hovercraft_social_sharing = get_theme_mod( 'hovercraft_social_sharing', 'bottom_of_post' );
56
if ( $hovercraft_social_sharing == 'top_of_post' || $hovercraft_social_sharing == 'top_and_bottom_of_post' ) {
57
get_template_part( 'template-parts/content/social-sharing' );
58
} ?>
59
60
<?php get_template_part( 'template-parts/content/byline-after' ); ?>
+
+ <?php get_template_part( 'template-parts/content/featured-image' ); ?>
61
62
<?php } ?>
63
0 commit comments