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