We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580cc04 commit 3b6a215Copy full SHA for 3b6a215
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