We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d447f8a commit 4bb32b7Copy full SHA for 4bb32b7
1 file changed
themes/osi/template-parts/header-featured-image.php
@@ -23,6 +23,15 @@
23
</div>
24
25
</header>
26
+<?php elseif ( is_page() ) : ?>
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>' : ''; ?>
31
+ <?php osi_the_page_dates(); ?>
32
+ </div>
33
34
+ </header>
35
<?php else : ?>
36
<header class="entry-header cover--header no-thumbnail">
37
<div class="wp-block-cover alignfull">
0 commit comments