????
| Current Path : /home2/morganrand/www/wp-content/themes/wanderfuls-2/partials/staff/ |
| Current File : /home2/morganrand/www/wp-content/themes/wanderfuls-2/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; ?>