We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2c981 commit 2046256Copy full SHA for 2046256
1 file changed
themes/osi/template-parts/header-board-member.php
@@ -4,7 +4,7 @@
4
<div class="wp-block-columns">
5
<div class="wp-block-column three-column">
6
<?php get_template_part( 'template-parts/featured-image', 'cropped' ); ?>
7
- <h1 class="h2"><?php get_the_title(); ?></h1>
+ <?php the_title( '<h1>', '</h1>' ); ?>
8
<?php if( osi_field_check( 'pronouns' ) ) : ?>
9
<span class="member-pronouns"><?php osi_the_valid_field( 'pronouns' ); ?></span>
10
<?php endif; ?>
0 commit comments