1 Star 1 Fork 4

sPring998/iFalse主题

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
comments.php 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
神秘布偶猫 提交于 2022-06-20 00:22 . 2022.6.20
<?php if(comments_open()) { ?>
<div class="post-comments">
<div class="post-comments-content">
<?php comment_form() ?>
<h2 class="post-comments-title">评论 (<?php if(post_password_required()){echo '已加密';}elseif(comments_open()){comments_popup_link('沙发','1','%');}else{echo '已关闭';} ?>)</h2>
<?php wp_list_comments( array(
'avatar_size' => '400',
'type' => 'comment'));
?>
<?php
if (get_option('page_comments')) {
$comment_pages = paginate_comments_links('echo=0');
if ($comment_pages) {?>
<div id="post-comments-nav">
<?php echo $comment_pages; ?>
</div>
<?php
}
}
?>
</div>
</div>
<?php
if(get_option("i_comments_article") == 1) {
if(get_option("i_comments_turn" ) == 1) {
if(is_user_logged_in() == false) {?>
<div class="is-logined">
<div class="is-logined-box">
发现您未登录,请先<a href="<?php echo wp_login_url(); ?>">登录</a>后再发表评论!
</div>
</div>
<script>
const respond_box = document.querySelector('.post-comments-content #respond');
const comments_content_box = document.querySelector('.post-comments-content');
comments_content_box.removeChild(respond_box);
comments_content_box.insertBefore(document.querySelector('.is-logined'),comments_content_box.childNodes[0]);
</script>
<?php }
}
}
}
?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/spring998/iFalse.git
git@gitee.com:spring998/iFalse.git
spring998
iFalse
iFalse主题
dev

搜索帮助