We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f5ae4 commit 9d53124Copy full SHA for 9d53124
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
- <?php the_title( '<h1 class="h2">', '</h1>' ); ?>hola
+ <h1 class="h2"><?php the_title(); ?></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