Skip to content

Commit

Permalink
debugging board members template
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Jolo committed Feb 26, 2025
1 parent 9d53124 commit 4f2c981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/osi/template-parts/header-board-member.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="wp-block-columns">
<div class="wp-block-column three-column">
<?php get_template_part( 'template-parts/featured-image', 'cropped' ); ?>
<h1 class="h2"><?php the_title(); ?></h1>
<h1 class="h2"><?php get_the_title(); ?></h1>
<?php if( osi_field_check( 'pronouns' ) ) : ?>
<span class="member-pronouns"><?php osi_the_valid_field( 'pronouns' ); ?></span>
<?php endif; ?>
Expand Down

0 comments on commit 4f2c981

Please sign in to comment.