We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31416c commit 81c6316Copy full SHA for 81c6316
template-parts/content.php
@@ -20,9 +20,8 @@
20
<article id="post-<?php the_ID(); ?>" <?php post_class( $sunflower_class ); ?>>
21
<?php if ( ! $sunflower_styled_layout ) { ?>
22
<header class="entry-header <?php echo ( $sunflower_show_post_thumbnail ) ? 'has-post-thumbnail' : 'has-no-post-thumbnail'; ?>">
23
- <div class="container">
24
- <div class="row position-relative">
25
- <div class="col-12">
+ <div class="row position-relative">
+ <div class="col-12">
26
<?php
27
$sunflower_roofline = get_post_meta( $post->ID, '_sunflower_roofline', true );
28
if ( $sunflower_roofline ) {
@@ -50,8 +49,6 @@
50
49
51
endif;
52
?>
53
- </div>
54
-
55
</div>
56
57
</header><!-- .entry-header -->
0 commit comments