HEX
Server: Apache
System: Linux nc-ph-0707-26.instaforreviews.com 3.10.0-1160.119.1.el7.tuxcare.els13.x86_64 #1 SMP Fri Nov 22 06:29:45 UTC 2024 x86_64
User: qirgxuo4hkuv (1004)
PHP: 8.3.27
Disabled: NONE
Upload Files
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>';

	}?>