block comments from template

This commit is contained in:
jorge-vitrubio 2022-09-05 11:12:23 +02:00
parent a0a6c3e9dc
commit 0094d84b23
1 changed files with 3 additions and 31 deletions

View File

@ -11,36 +11,8 @@
<?php
// You can start editing here -- including this comment!
//echo '<div id="comments-content" class="clearfix">';
//echo '</div>';
?>
<div id="comments-content" class="clearfix">
<?php if ( have_comments() ) : ?>
<h3 id="comments"><?php
printf( _n( 'One Comment', 'Comments (%1$s)', get_comments_number(), 'hangar' ),
number_format_i18n( get_comments_number() ), '' . get_the_title() . '' );
?></h3>
<ol>
<?php wp_list_comments( array( 'callback' => 'ari_comment' ) ); ?>
</ol>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
<p class="alignleft"><?php previous_comments_link( __( '&larr; Older Comments', 'hangar') ); ?></p>
<p class="alignright"><?php next_comments_link( __( 'Newer Comments &rarr;','hangar') ); ?></p>
<?php endif; // check for comment navigation ?>
<?php endif; // end have_comments() ?>
<?php comment_form(
array(
'title_reply' => __( 'Leave a Reply','hangar'),
'comment_notes_before' =>__( '<p class="comment-notes">Required fields are marked <span class="required">*</span></p>','hangar'),
'comment_notes_after' => '',
'comment_field' => '<p class="comment-form-comment"><label for="comment">' . _x( 'Comment', 'noun' ) . '</label><br/><textarea id="comment" name="comment" rows="8" aria-required="true"></textarea></p>',
)
); ?>
</div>
<!--end Comments Content-->
<!--end Comments Content-->