??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/pgtankstorage.sg/wp-content/themes/wise-news/comments.php
⬅ Kembali
<?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 Wise News
*/
/*
* 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
// You can start editing here -- including this comment!
if ( have_comments() ) :
?>
<h2 class="comments-title">
<?php
$wise_news_comment_count = get_comments_number();
if ( '1' === $wise_news_comment_count ) {
printf(
/* translators: 1: title. */
esc_html__( 'One thought on “%1$s”', 'wise-news' ),
'<span>' . wp_kses_post( get_the_title() ) . '</span>'
);
} else {
printf(
/* translators: 1: comment count number, 2: title. */
esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $wise_news_comment_count, 'comments title', 'wise-news' ) ),
number_format_i18n( $wise_news_comment_count ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
'<span>' . wp_kses_post( get_the_title() ) . '</span>'
);
}
?>
</h2><!-- .comments-title -->
<?php the_comments_navigation(); ?>
<ol class="comment-list">
<?php
wp_list_comments(
array(
'style' => 'ol',
'short_ping' => true,
)
);
?>
</ol><!-- .comment-list -->
<?php
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.', 'wise-news' ); ?></p>
<?php
endif;
endif; // Check for have_comments().
comment_form();
?>
</div><!-- #comments -->
Nama
Tipe
Ukuran
Diubah
Aksi
📁 assets
dir
—
2026-06-20 23:30
📁 inc
dir
—
2026-05-26 00:30
📁 languages
dir
—
2026-05-26 00:30
📁 template-parts
dir
—
2026-05-26 00:30
🐘 404.php
php
1.1 KB
2026-05-26 00:30
🐘 archive.php
php
1.7 KB
2026-05-26 00:30
🐘 comments.php
php
2 KB
2026-05-26 00:30
🐘 footer.php
php
2.1 KB
2026-05-26 00:30
🐘 front-page.php
php
1.6 KB
2026-05-26 00:30
🐘 functions.php
php
7.3 KB
2026-05-26 00:30
🐘 header.php
php
5.8 KB
2026-05-26 00:30
🐘 home.php
php
2.2 KB
2026-05-26 00:30
🐘 index.php
php
1.7 KB
2026-05-26 00:30
🐘 page.php
php
896 B
2026-05-26 00:30
📝 readme.txt
txt
4.3 KB
2026-05-26 00:30
🖼️ screenshot.png
png
313.2 KB
2026-05-26 00:30
🐘 search.php
php
1.4 KB
2026-05-26 00:30
🐘 sidebar.php
php
368 B
2026-05-26 00:30
🐘 single.php
php
2.6 KB
2026-05-26 00:30
🎨 style.css
css
104.5 KB
2026-05-26 00:30