<?php
/**
 * Staff single content
 *
 * @package Total WordPress theme
 * @subpackage Partials
 * @version 6.6
 */

defined( 'ABSPATH' ) || exit;

?>

<div id="staff-single-content" <?php wpex_staff_single_content_class(); ?>><?php

	the_content();

?></div>

<?php
// Page links (for the <!-nextpage-> tag)
wpex_get_template_part( 'link_pages' );
