HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/itself.kauko.lt/wp-content/themes/custom_file_2_1746803906/comments.php
<?php if ( $comments ) : ?>

	<div class="comments">
	  
		<h3 class="comment-reply-title"><?php _e( 'Comments', 'davis' ) ?></h3>
		
		<?php wp_list_comments( array( 'style' => 'div' ) ); ?>
		
		<?php if ( paginate_comments_links( array( 'echo' => false ) ) ) : ?>
			<div class="pagination"><?php paginate_comments_links(); ?></div>
		<?php endif; ?>
    
	</div><!-- .comments -->
  
<?php endif;

if ( comments_open() || pings_open() ) :

	comment_form( array( 
		'comment_notes_before' 	=> '', 
		'comment_notes_after' 	=> '' 
	) );
	
endif;