HEX
Server: Apache
System: Linux p3plzcpnl507418.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: retoti4c1e1s (10075650)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/retoti4c1e1s/public_html/longevitystructures.com/wp-content/themes/codate/comments.php
<?php
/**
 * The template for displaying comments
 */
if ( post_password_required() ) {
	return;
}
?>

<div id="comments" class="p-border">

<?php if ( have_comments() ) : ?>

    <h2 id="comments-title" class="dekoline">
		<?php printf( esc_attr(_n ( '1 Comment %2$s', '%1$s Comments %2$s', get_comments_number(),'codate' )), number_format_i18n( get_comments_number() ),   get_the_title(','));?>
    </h2>
    
    <ol class="commentlist">
        <?php wp_list_comments('avatar_size=54');?>
    </ol>
    
	<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) :  ?>
    
        <div class="navigation">
        
            <div class="nav-previous fl"><?php previous_comments_link( esc_html__( 'Older Comments','codate' ) ); ?></div>
            
            <div class="nav-next fr"><?php next_comments_link( esc_html__( 'Newer Comments','codate' ) ); ?></div>
            
        </div><!-- .navigation -->
        
    <?php endif;  ?>

	<?php else : 
	if ( ! comments_open() ) :?>
    
        <p class="nocomments"><?php esc_html_e( 'Comments are closed.','codate' ); ?></p>
        
    <?php endif; // end ! comments_open() ?>

<?php endif; // end have_comments() ?>

<?php comment_form(); ?>

</div><!-- #comments -->