| Server IP : 51.79.230.26 / Your IP : 216.73.217.128 Web Server : LiteSpeed System : Linux sg2.exonhost.com 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : mukutpub ( 1151) PHP Version : 8.2.33 Disable Function : eval, show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/mukutpub/joldhi.com/wp-content/themes/di-ecommerce/ |
Upload File : |
<?php
//nothing to do if post_password_required
if( post_password_required() ) {
return;
}
// If comments are not open or we have not any comment, do not load up the comment template.
if( ! have_comments() && ! comments_open() ) {
return;
}
?>
<div class="content-first single-posst" id="commentcount">
<div class="content-third">
<div id="comments" class="comments-area">
<?php
if ( have_comments() ) {
?>
<h4 class="comments-title">
<?php
printf(
/* translators: 1: comment number, 2: post title, 3: comment text 'One' if single comment */
_nx(
'%3$s comment on “%2$s”',
'%1$s comments on “%2$s”',
get_comments_number(),
'comments title',
'di-ecommerce'
),
esc_html( number_format_i18n( get_comments_number() ) ),
'<span>' . get_the_title() . '</span>',
esc_html__( 'One', 'di-ecommerce' ) );
?>
</h4>
<?php
wp_list_comments( array(
'style' => 'div',
'type' => 'comment',
'callback' => 'di_ecommerce_comments',
) );
?>
<?php
wp_list_comments( array(
'style' => 'div',
'type' => 'pings',
) );
?>
<?php
// Are there comments to navigate through?
if( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) {
?>
<div class="clearfix"></div>
<nav class="navigation post-navigation dicomntnav" role="navigation">
<div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'di-ecommerce' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'di-ecommerce' ) ); ?></div>
</nav>
<div class="clearfix"></div>
<?php
}
?>
<?php
}
?>
<?php
if( comments_open() ) {
comment_form();
} else {
?>
<div class="alert alert-info mrt20">
<?php esc_html_e( 'Comments are closed for this post !!', 'di-ecommerce' ); ?>
</div>
<?php
}
?>
</div>
</div>
</div>