| Server IP : 65.109.86.83 / Your IP : 37.27.51.148 Web Server : nginx/1.14.1 System : Linux libra 4.18.0-553.51.1.el8_10.x86_64 #1 SMP Wed Apr 30 20:24:04 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.31 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/themes/zodiac22/ |
Upload File : |
<?php
if (post_password_required()) {
return;
}
?>
<div id="respond" class="comment-respond">
<?php
// You can start editing here -- including this comment!
if (have_comments()) :
?>
<h2 class="comments-title">
<?php
$taurusmansecrets_comment_count = get_comments_number();
if ('1' === $taurusmansecrets_comment_count) {
printf(
/* translators: 1: title. */
esc_html__('One thought on “%1$s”', 'taurusmansecrets'),
'<span>' . get_the_title() . '</span>'
);
} else {
printf(
esc_html(_nx('%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $taurusmansecrets_comment_count, 'comments title', 'taurusmansecrets')),
number_format_i18n($taurusmansecrets_comment_count),
'<span>' . 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.', 'taurusmansecrets'); ?></p>
<?php
endif;
endif; // Check for have_comments().
$comments_args = [
'class_submit' => 'input_submit',
'title_reply' => 'Leave a Comment',
'title_reply_before' => '<p class="comment_form_title">',
'title_reply_after' => '</p>',
'label_submit' => __('Submit'),
];
comment_form($comments_args);
?>
</div><!-- #comments -->