Skip to content

Commit 1f22e51

Browse files
author
Ariel Jolo
committed
trying new layout
1 parent 7a117cf commit 1f22e51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
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">

0 commit comments

Comments
 (0)