Skip to content

Commit 72f7de8

Browse files
committed
Update header-featured-image.php
1 parent 088b86f commit 72f7de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/osi/template-parts/header-featured-image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222
</div>
2323
</header>
24-
<?php } elseif ( ! has_post_thumbnail() && ! in_array( get_post_type( $post ), array( 'post', 'event' ), true ) ) { ?>
24+
<?php } elseif ( ! has_post_thumbnail() && ! in_array( get_post_type( $post ), array( 'post', 'event', 'page' ), true ) ) { ?>
2525
<header class="entry-header cover--header no-thumbnail">
2626
<div class="wp-block-cover alignfull">
2727
<div class="wp-block-cover__inner-container">

0 commit comments

Comments
 (0)