Initial theme commit
This commit is contained in:
8
comments.php
Executable file
8
comments.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user