File "comments.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/themes/kapee/template-parts/page/comments.php
File size: 485 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Template part for displaying posts comments
 *
 * @link https://codex.wordpress.org/Template_Hierarchy
 *
 * @author 	PressLayouts
 * @package kapee/template-parts/single
 * @since 1.0
 */
 
if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

// 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( 'page-comments', 1 ) )  :
	comments_template();
endif;