Skip to content

Commit ef46b2a

Browse files
author
Ariel Jolo
committed
trying new layout
1 parent 058f05a commit ef46b2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
<?php osi_the_valid_field('board_position'); ?>
2525
</span>
2626
<?php endif; ?>
27+
<span class="pill-taxonomy">
28+
<?php echo wp_kses_post( osi_get_single_taxonomy_terms_links( $post, 'taxonomy-status' ) ); ?>
29+
</span>
30+
<?php if( osi_field_check( 'proposed_by' ) ) : ?>
31+
<p><?php echo __( 'Proposed by', 'osi' ); ?>: <span class="member-pronouns"><?php osi_the_valid_field( 'proposed_by' ); ?></span></p>
32+
<?php endif; ?>
2733

2834
<?php if(osi_field_check('current_term_start_date')) : ?>
2935
<span class="member-dates">

0 commit comments

Comments
 (0)