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