We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058f05a commit ef46b2aCopy full SHA for ef46b2a
themes/osi/template-parts/header-board-member.php
@@ -24,6 +24,12 @@
24
<?php osi_the_valid_field('board_position'); ?>
25
</span>
26
<?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; ?>
33
34
<?php if(osi_field_check('current_term_start_date')) : ?>
35
<span class="member-dates">
0 commit comments