Skip to content

Commit 2046256

Browse files
committed
debugging board members template
1 parent 4f2c981 commit 2046256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/osi/template-parts/header-board-member.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="wp-block-columns">
55
<div class="wp-block-column three-column">
66
<?php get_template_part( 'template-parts/featured-image', 'cropped' ); ?>
7-
<h1 class="h2"><?php get_the_title(); ?></h1>
7+
<?php the_title( '<h1>', '</h1>' ); ?>
88
<?php if( osi_field_check( 'pronouns' ) ) : ?>
99
<span class="member-pronouns"><?php osi_the_valid_field( 'pronouns' ); ?></span>
1010
<?php endif; ?>

0 commit comments

Comments
 (0)