HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/WKIst/sustarianliving.com/wwwroot/wp-content/themes/sprout-spoon/comments.php
<div class="post-comments" id="comments">
	
	<?php 
		if ( comments_open() ) :
		echo '<h4 class="block-heading">';
		comments_number(esc_html__('No Comments','sprout-spoon'), esc_html__('1 Comment','sprout-spoon'), '% ' . esc_html__('Comments','sprout-spoon') );
		echo '</h4>';
		endif;

		echo "<div class='comments'>";
		
			wp_list_comments(array(
				'avatar_size'	=> 60,
				'max_depth'		=> 5,
				'style'			=> 'ul',
				'callback'		=> 'solopine_comments',
				'type'			=> 'all'
			));

		echo "</div>";

		echo "<div id='comments_pagination'>";
			paginate_comments_links(array('prev_text' => '&laquo;', 'next_text' => '&raquo;'));
		echo "</div>";

		$custom_comment_field = '<p class="comment-form-comment"><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea></p>';  //label removed for cleaner layout

		comment_form(array(
			'comment_field'			=> $custom_comment_field,
			'comment_notes_after'	=> '',
			'logged_in_as' 			=> '',
			'comment_notes_before' 	=> '',
			'title_reply'			=> esc_html__('Leave a Reply', 'sprout-spoon'),
			'cancel_reply_link'		=> esc_html__('Cancel Reply', 'sprout-spoon'),
			'label_submit'			=> esc_html__('Post Comment', 'sprout-spoon')
		));
	 ?>


</div> <!-- end comments div -->