Files
KGV-Classic/comments.php
2026-04-12 22:08:32 +02:00

9 lines
287 B
PHP
Executable File

<?php if ( post_password_required() ) { return; } ?>
<section class="comments-area">
<?php if ( have_comments() ) : ?>
<h2 class="comments-title">Kommentare</h2>
<ol class="comment-list"><?php wp_list_comments(); ?></ol>
<?php endif; ?>
<?php comment_form(); ?>
</section>