9 lines
287 B
PHP
Executable File
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>
|