Skip to content

Commit 4f2c981

Browse files
author
Ariel Jolo
committed
debugging board members template
1 parent 9d53124 commit 4f2c981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 the_title(); ?></h1>
7+
<h1 class="h2"><?php get_the_title(); ?></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)