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/shovago.com/wp-content/themes/ShovaGo copy/comments.php
	<?php
	echo '<div id="comments" class="comments-area">';
	if ( comments_open() ) {
		if ( post_password_required() ) {
			return;
		}
		  comment_form(array( 'title_reply' => 'انضم للمحادثة' ));
		// Warzazat: Check if have comments.
		if ( have_comments() ) {
			// Warzazat: Comments count.
			echo ' <h2 class="comments-title"> ';
			comments_number( __( 'لا تعليق' ), __( 'تعليق واحد' ), '% '.__( 'تعليق' ) );
			echo '</h2>';
			// Warzazat: Check for comment navigation.

			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', 'al_warzazat' ); ?></h2>
					<div class="nav-links">
						<div class="nav-previous"><?php previous_comments_link( __( 'Old comments', 'al_warzazat' ) ); ?></div>
						<div class="nav-next"><?php next_comments_link( __( 'New comments', 'al_warzazat' ) ); ?></div>
					</div><!-- .nav-links -->
				</nav><!-- #comment-nav-above -->
			<?php }
			// Warzazat: Comments list.
			echo ' <ol class="comment-list">';
				wp_list_comments( array(
					'style'      => 'ol',
					'short_ping' => true,
					'avatar_size'       => 40,
				) );
			echo '</ol>';
		}
	} else {  ?>

<?php } echo '</div>'; ?> <!-- #comments .comments-area -->