删除评论模块

This commit is contained in:
2026-03-04 01:19:38 +08:00
parent 7723b1c0ba
commit 7217c0f0c2
4 changed files with 41 additions and 394 deletions
-11
View File
@@ -122,17 +122,6 @@
</div>
</section>
<?php if (comments_open() || get_comments_number()) : ?>
<section class="single-article-comments gh-pro-comments">
<div class="timeline-header">
<h3 data-cn="文章讨论" data-en="Discussion"></h3>
</div>
<div class="gh-timeline">
<?php comments_template(); ?>
</div>
</section>
<?php endif; ?>
<?php endwhile; ?>
</div>
</main>