File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
themes/osi/template-parts Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919
2020 <!-- Right Column -->
2121 <div class="wp-block-column">
22- <?php if (osi_field_check ('board_position ' )) : ?>
23- <span class="member-position">
24- <?php osi_the_valid_field ('board_position ' ); ?>
25- </span>
26- <?php endif ; ?>
2722 <span class="pill-taxonomy">
2823 <?php echo wp_kses_post ( osi_get_single_taxonomy_terms_links ( $ post , 'taxonomy-status ' ) ); ?>
2924 </span>
3025 <?php if ( osi_field_check ( 'proposed_by ' ) ) : ?>
3126 <p><?php echo __ ( 'Proposed by ' , 'osi ' ); ?> : <span class="member-pronouns"><?php osi_the_valid_field ( 'proposed_by ' ); ?> </span></p>
3227 <?php endif ; ?>
28+ <?php if (osi_field_check ('board_position ' )) : ?>
29+ <span class="member-position">
30+ <?php osi_the_valid_field ('board_position ' ); ?>
31+ </span>
32+ <?php endif ; ?>
3333
3434 <?php if (osi_field_check ('current_term_start_date ' )) : ?>
3535 <span class="member-dates">
You can’t perform that action at this time.
0 commit comments