File "comments.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/themes/kapee222/template-parts/single-portfolio/comments.php
File size: 511 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Template part for displaying portfolio comments
 *
 * @author 	PressLayouts
 * @package kapee/template-parts/single-portfolio
 * @since 1.0
 */
 
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

if ( ! kapee_get_option('single-portfolio-comments', 1) ) return;

// If comments are open or we have at least one comment, load up the comment template.
if ( (comments_open() || get_comments_number()) && kapee_get_option('single-post-comment', 1) )  :
	comments_template();
endif;