We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c287e8 + 3b6a215 commit fdad000Copy full SHA for fdad000
1 file changed
themes/osi/template-parts/header-featured-image.php
@@ -27,7 +27,7 @@
27
<header class="entry-header cover--header no-thumbnail">
28
<div class="wp-block-cover alignfull has-neutral-dark-background-color has-background-dim-100 has-background-dim">
29
<div class="wp-block-cover__inner-container">
30
- <?php echo ( ! empty( $page_title ) ) ? '<h1 class="entry-title page--title">' . esc_html( $page_title ) . '</h1>' : ''; ?>
+ <?php echo ( ! empty( $page_title ) && ! is_singular( 'sc_event' ) ) ? '<h1 class="entry-title page--title">' . esc_html( $page_title ) . '</h1>' : ''; ?>
31
<?php osi_the_page_dates(); ?>
32
</div>
33
0 commit comments