????

Your IP : 216.73.216.121


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

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

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

<header class="single-header clr">
	<h1 class="entry-title single-post-title">
		<?php the_title(); ?>
	</h1><!-- .entry-title -->
	<?php get_template_part( 'partials/staff/staff-single-position' ); ?>
</header><!-- .single-header -->