[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.91.238: ~ $
<?php
/**
 * The template for displaying comments
 *
 * @subpackage Organic Farm
 * @since 1.0
 */

if ( post_password_required() ) {
	return;
}
?>

<div id="comments" class="comments-area">
	<?php
	if ( have_comments() ) : ?>
		<h2 class="comments-title">
			<?php
			$organic_farm_comments_number = get_comments_number();
			if ( '1' === $organic_farm_comments_number ) {
				/* translators: %s: post title */
				printf( esc_html__( 'One thought on &ldquo;%s&rdquo;', 'organic-farm' ), esc_html (get_the_title() ));
			} else {
				printf(
				   esc_html(
				      	/* translators: 1: number of comments, 2: post title */
				      	_nx(
				          	'%1$s thought on &ldquo;%2$s&rdquo;',
				          	'%1$s thoughts on &ldquo;%2$s&rdquo;',
				          	$organic_farm_comments_number,
				          	'comments title',
				         	'organic-farm'
				       	)
				   	),
				   esc_html (number_format_i18n( $organic_farm_comments_number ) ),
				   esc_html (get_the_title())
				);
			}
			?>
		</h2>

		<div class="pre">
			<?php the_comments_navigation(); ?>
		</div>

		<ol class="comment-list">
			<?php
				wp_list_comments( array(
					'avatar_size' => 100,
					'style'       => 'ol',
					'short_ping'  => true,
				) );
			?>
		</ol>

		<div class="nex">
			<?php the_comments_navigation(); ?>
		</div>

	<?php

	endif;

	if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>
		<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'organic-farm' ); ?></p>
	<?php
	endif;

	comment_form();
	?>
</div>

Filemanager

Name Type Size Permission Actions
assets Folder 0755
inc Folder 0755
languages Folder 0755
page-template Folder 0755
template-parts Folder 0755
woocommerce Folder 0755
404.php File 2.5 KB 0644
archive.php File 1.94 KB 0644
comments.php File 1.62 KB 0644
footer.php File 934 B 0644
functions.php File 19.59 KB 0644
header.php File 8.38 KB 0644
index.php File 2.56 KB 0644
page.php File 2.93 KB 0644
readme.txt File 12.71 KB 0644
screenshot.png File 291.08 KB 0644
search.php File 2.82 KB 0644
searchform.php File 622 B 0644
sidebar.php File 1.04 KB 0644
single.php File 220 B 0644
style.css File 56.34 KB 0644