| Server IP : 74.208.236.16 / Your IP : 216.73.217.12 Web Server : Apache System : Linux infongwp-us3 4.4.400-icpu-108 #2 SMP Wed Feb 11 10:12:42 UTC 2026 x86_64 User : u102440577 ( 7172810) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/44/d845879113/htdocs/app750263/wp-content/themes/simplemag/ |
Upload File : |
<?php
/**
* Comments
**/
if ( post_password_required() ) {
return;
}
?>
<div id="comments" class="single-box comments-area">
<?php if ( have_comments() ) : ?>
<h3 class="single-box-title">
<?php comments_number(__('No Comments', 'themetext'), __('1 Comment', 'themetext'), __( '% Comments', 'themetext') ); ?>
</h3>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<nav id="comment-nav-above" class="navigation comment-navigation" role="navigation">
<div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'themetext' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'themetext' ) ); ?></div>
</nav><!-- #comment-nav-above -->
<?php endif; // Check for comment navigation. ?>
<ul class="comment-list">
<?php
wp_list_comments( array(
'style' => 'ul',
'short_ping' => true,
'avatar_size'=> 80,
) );
?>
</ul><!-- .comment-list -->
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
<nav id="comment-nav-below" class="navigation comment-navigation" role="navigation">
<div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'themetext' ) ); ?></div>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'themetext' ) ); ?></div>
</nav><!-- #comment-nav-below -->
<?php endif; // Check for comment navigation. ?>
<?php if ( ! comments_open() ) : ?>
<p class="message warning"><i class="icomoon-warning-sign"></i><?php _e( 'Comments are closed.', 'themetext' ); ?></p>
<?php endif; ?>
<?php endif; // have_comments() ?>
<?php comment_form(); ?>
</div><!-- #comments -->