Skip to content

Commit 9d53124

Browse files
committed
debugging board members template
1 parent d9f5ae4 commit 9d53124

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