<?php /** * The template for displaying comments * * This is the template that displays the area of the page that contains both the current comments * and the comment form. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package kadence */ namespace Kadence; if ( ! defined( 'ABSPATH' ) ) { exit; } /* * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comments. */ if ( post_password_required() ) { return; } kadence()->print_styles( 'kadence-comments' ); ?> <div id="comments" class="comments-area<?php echo ( kadence()->option( 'post_footer_area_boxed' ) ? ' content-bg entry-content-wrap entry' : '' ); ?>"> <?php do_action( 'kadence_before_comments' ); /** * Kadence Comments hook. * * @hooked Kadence/comments_list - 10 * @hooked Kadence/comments_form - 15/5 */ do_action( 'kadence_comments' ); do_action( 'kadence_after_comments' ); ?> </div><!-- #comments -->
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
assets | Folder | 0700 |
|
|
bbpress | Folder | 0700 |
|
|
inc | Folder | 0700 |
|
|
languages | Folder | 0700 |
|
|
lifterlms | Folder | 0700 |
|
|
template-parts | Folder | 0700 |
|
|
tribe | Folder | 0700 |
|
|
tribe-events | Folder | 0700 |
|
|
tutor | Folder | 0700 |
|
|
404.php | File | 403 B | 0644 |
|
500.php | File | 901 B | 0644 |
|
LICENSE | File | 34.33 KB | 0644 |
|
changelog.txt | File | 46.31 KB | 0644 |
|
comments.php | File | 1010 B | 0644 |
|
footer.php | File | 724 B | 0644 |
|
functions.php | File | 955 B | 0644 |
|
header.php | File | 1.22 KB | 0644 |
|
index.php | File | 284 B | 0644 |
|
offline.php | File | 962 B | 0644 |
|
package.json | File | 763 B | 0644 |
|
page.php | File | 322 B | 0644 |
|
readme.txt | File | 50.45 KB | 0644 |
|
screenshot.png | File | 278.59 KB | 0644 |
|
sidebar.php | File | 841 B | 0644 |
|
single.php | File | 322 B | 0644 |
|
style.css | File | 1.29 KB | 0644 |
|
theme.json | File | 2.51 KB | 0644 |
|
webpack.config.js | File | 446 B | 0644 |
|
wpml-config.xml | File | 2.76 KB | 0644 |
|