| Server IP : 104.21.20.195 / Your IP : 172.71.28.154 Web Server : nginx/1.22.1 System : Linux ubuntu-s-6001-1-lun 5.15.0-191-generic #201-Ubuntu SMP Fri Aug 7 18:39:04 UTC 2026 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/ww88cv.com/wp-content/themes/mercury/ |
Upload File : |
<?php
if ( post_password_required() ) {
return;
}
?>
<div id="comments" class="space-comments box-100 relative">
<div class="space-comments-ins case-15 white relative">
<div class="space-comments-wrap space-page-content relative">
<?php
if ( have_comments() ) : ?>
<h3 class="comment-first-title">
<?php
$comments_number = get_comments_number();
if ( '1' === $comments_number ) {
printf( _x( 'One Reply to “%s”', 'comments title', 'mercury' ), get_the_title() );
} else {
printf(
_nx(
'%1$s Reply to “%2$s”',
'%1$s Replies to “%2$s”',
$comments_number,
'comments title',
'mercury'
),
number_format_i18n( $comments_number ),
get_the_title()
);
}
?>
</h3>
<div class="space-comments-list relative">
<ul class="comment-list">
<?php
wp_list_comments( array(
'avatar_size' => 70,
'style' => 'ul',
'short_ping' => true,
'callback' => 'mercury_comment',
'reply_text' => esc_html__( 'Reply', 'mercury' ),
) );
?>
</ul>
</div>
<?php the_comments_pagination( array(
'prev_text' => '' . esc_html__( '«', 'mercury' ) . '',
'next_text' => '' . esc_html__( '»', 'mercury' ) . '',
) );
endif;
if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>
<?php endif;
$consent = empty( $commenter['comment_author_email'] ) ? '' : ' checked="checked"';
$comments_args = array(
'fields' => array(
'author' => '<p class="comment-form-author"><input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) . '" size="30" placeholder="'. esc_attr__( 'Name*', 'mercury' ) .'" /></p>',
'email' => '<p class="comment-form-email"><input id="email" name="email" type="email" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" aria-describedby="email-notes" placeholder="'. esc_attr__( 'Email*', 'mercury' ) .'" /></p>',
'url' => '<p class="comment-form-url"><input id="url" name="url" type="url" value="' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" placeholder="'. esc_attr__( 'Website', 'mercury' ) .'" /></p>',
'cookies' => '<p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"' . $consent . ' />' .
'<label for="wp-comment-cookies-consent">' . esc_html__( 'Save my name, email, and website in this browser for the next time I comment.', 'mercury' ) . '</label></p>',
),
'comment_field' => '<p class="comment-form-comment"><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true" required="required" placeholder="'. esc_attr__( 'Comment*', 'mercury' ) .'"></textarea></p>',
);
comment_form( $comments_args ); ?>
</div>
</div>
</div>