????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/staff/
Upload File :
Current File : /home2/morganrand/www/wp-content-bkp/themes/wanderfuls/partials/staff/staff-single-position.php

<?php
/**
 * Staff post title
 *
 * @package Wanderfuls WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

// Display if position is defined
if ( $position = get_post_meta( get_the_ID(), 'tb_staff_position', true ) ) : ?>

	<div class="single-staff-position tb-em-14px clr">
		<?php echo $position; ?>
	</div><!-- .single-staff-position -->

<?php endif; ?>