| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/colleary/public_html/wp-content/themes/realhomes/ |
Upload File : |
<section id="comments">
<?php if ( post_password_required() ): ?>
<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view comments.', 'framework' ); ?></p>
</section><!-- end of comments -->
<?php return; endif; ?>
<?php if ( have_comments() ): ?>
<h3 id="comments-title">
<i class="fa fa-comments" aria-hidden="true"></i>
<?php comments_number(__('No Comment','framework'), __('One Comment','framework'), __('% Comments','framework') );?>
</h3>
<ol class="commentlist">
<?php wp_list_comments( array( 'callback' => 'theme_comment' ) ); ?>
</ol>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ): ?>
<nav class="pagination comments-pagination">
<?php paginate_comments_links(); ?>
</nav>
<?php endif; ?>
<?php endif; ?>
<?php if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ): ?>
<p class="nocomments"><?php _e( 'Comments are closed.', 'framework' ); ?></p>
<?php endif; ?>
<?php comment_form(); ?>
</section><!-- end of comments -->