????

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-comments.php

<?php
/**
 * Staff single comments
 *
 * @package Wanderfuls WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

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

// Display comments if enabled
if ( comments_open() ) : ?>
	<div id="staff-post-comments" class="clr">
		<?php comments_template(); ?>
	</div><!-- #staff-post-comments -->
<?php endif; ?>