代码拉取完成,页面将自动刷新
同步操作将从 唐杰/JieStyle Two 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php
if ( post_password_required() )
return;
?>
<?php if ( have_comments() ) : ?>
<div class="comment-head clearfix">
<div class="pull-left"><?php comments_number(__('没有评论','1条评论','%条评论'));?></div>
<div class="pull-right"><a href="#respond"><i class="far fa-paper-plane"></i> 发表新评论</a></div>
</div>
<ul>
<?php wp_list_comments( array( 'callback' => 'tangstyle_comment', 'style' => 'ol' ) ); ?>
</ul>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<nav id="comment-nav-below">
<ul class="pager">
<li><?php previous_comments_link( __( '上一页', 'tangstyle' ) ); ?></li>
<li><?php next_comments_link( __( '下一页', 'tangstyle' ) ); ?></li>
</ul>
</nav>
<?php endif; ?>
<?php elseif ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>
<p><?php _e( '评论已关闭!', 'tangstyle' ); ?></p>
<?php endif; ?>
<?php
$fields = array(
'author' => '<div class="comment-form-author form-group has-feedback"><div class="input-group"><div class="input-group-addon"><i class="fas fa-user"></i></div><input class="form-control" placeholder="昵称" id="author" name="author" type="text" value="" ' . esc_attr( $commenter['comment_author'] ) . '" size="30" /><span class="form-control-feedback required">*</span></div></div>',
'email' => '<div class="comment-form-email form-group has-feedback"><div class="input-group"><div class="input-group-addon"><i class="fas fa-envelope"></i></div><input class="form-control" placeholder="邮箱" id="email" name="email" type="text" value="" ' . esc_attr( $commenter['comment_author_email'] ) . '" size="30" /><span class="form-control-feedback required">*</span></div></div>',
'url' => '<div class="comment-form-url form-group has-feedback"><div class="input-group"><div class="input-group-addon"><i class="fas fa-link"></i></div><input class="form-control" placeholder="网站" id="url" name="url" type="text" value="" ' . esc_attr( $commenter['comment_author_url'] ) . '" size="30" /></div></div>',
);
$args = array(
'title_reply_before' => '<h4 id="reply-title" class="comment-reply-title">',
'title_reply_after' => '</h4>',
'fields' => $fields,
'class_submit' => 'btn btn-primary',
'comment_field' => '<div class="comment form-group has-feedback"><textarea class="form-control" id="comment" placeholder=" " name="comment" rows="5" aria-required="true" required onkeydown="if(event.ctrlKey){if(event.keyCode==13){document.getElementById(\'submit\').click();return false}};"></textarea></div>',
);
comment_form($args);
?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。