File: /home/qirgxuo4hkuv/public_html/volzano.com/wp-content/themes/volzano/comments.php
<?php
if ( comments_open() ) {
echo '<div id="comments" class="comments-area">';
if ( post_password_required() ) {
return;
}
comment_form(array( 'title_reply' => 'Únete a la conversación' ));
if ( have_comments() ) {
echo ' <h2 class="comments-title"> ';
comments_number( __( 'Sin comentarios', 'Shovago_Text' ), __( 'Un comentario', 'Shovago_Text' ), '% '.__( 'Comentario', 'Shovago_Text' ) );
echo '</h2>';
if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) { ?>
<nav id="comment-nav-above" class="navigation comment-navigation" role="navigation">
<h2 class="titles-screen-reader"><?php __( 'Comment navigation', 'Shovago_Text' ); ?></h2>
<div class="nav-links">
<div class="nav-previous"><?php previous_comments_link( __( 'Old comments', 'Shovago_Text' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'New comments', 'Shovago_Text' ) ); ?></div>
</div><!-- .nav-links -->
</nav><!-- #comment-nav-above -->
<?php }
echo ' <ol class="comment-list">';
wp_list_comments( array(
'style' => 'ol',
'short_ping' => true,
'avatar_size' => 40,
) );
echo '</ol>';
}
echo '</div>';
}?>