| Server IP : 198.38.94.67 / Your IP : 216.73.217.74 Web Server : LiteSpeed System : Linux d6054.dxb1.stableserver.net 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64 User : azfilmst ( 1070) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/azfilmst/public_html/wp-content/themes/frames/templates/ |
Upload File : |
<?php
/**
* @package HaruTheme
* @version 1.0.0
* @author Administrator <admin@harutheme.com>
* @copyright Copyright (c) 2017, HaruTheme
* @license http://opensource.org/licenses/gpl-2.0.php GPL v2 or later
* @link http://harutheme.com
*/
if ( post_password_required() ) {
return;
}
?>
<?php if ( comments_open() || get_comments_number() ) : ?>
<div id="comments" class="post-comments">
<?php if ( have_comments() ) : ?>
<h6 class="comments-title haru-heading haru-heading--style-1">
<?php comments_number( esc_html__( 'No Comments', 'frames' ), esc_html__( 'One Comment', 'frames' ), esc_html__( 'There are % comments', 'frames' ) ); ?>
</h6>
<div class="post-comments-list">
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<nav class="comment-navigation">
<?php
$paginate_comments_args = array(
'prev_text' => '<i class="fa fa-angle-double-left"></i>',
'next_text' => '<i class="fa fa-angle-double-right"></i>'
);
paginate_comments_links( $paginate_comments_args );
?>
</nav>
<?php endif; ?>
<ol class="comment-list">
<?php
wp_list_comments( array(
'style' => 'li',
'callback' => 'haru_render_comments',
'avatar_size' => 70,
'short_ping' => true,
) );
?>
</ol>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<nav class="comment-navigation comment-navigation-bottom" role="navigation">
<?php paginate_comments_links( $paginate_comments_args ); ?>
</nav>
<?php endif; ?>
</div>
<?php endif;?>
<?php if ( comments_open() ) : ?>
<div class="post-comments-form">
<?php haru_comment_form(); ?>
</div>
<?php endif; ?>
</div>
<?php endif; ?>