????

Your IP : 216.73.216.152


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

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

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

// Return if comments are disabled
if ( ! comments_open() ) {
	return;
} ?>

<div id="portfolio-post-comments" class="clr">
	<?php comments_template(); ?>
</div><!-- #portfolio-post-comments -->