Server IP : 192.64.118.117 / Your IP : 3.16.147.165 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/mobilecreationz.com/wordpress1/wp-content/themes/maxagency-ex/ |
Upload File : |
<?php if ( post_password_required() ) { return; } ?> <div id="comments" class="comments-area"> <?php if ( have_comments() ) : ?> <div class="comment-header"> <h4 class="comment-title"> <?php $comments_count = get_comments_number(); if( $comments_count ==+ '1' ){ printf( _x( 'One Reply on “%s”', 'comments title', 'maxagency-ex' ), get_the_title() ); }else{ printf( _nx( '%1$s Reply to “%2$s”', '%1$s Replies to “%2$s”', $comments_count, 'comments title', 'maxagency-ex' ), number_format_i18n( $comments_count ), get_the_title() ); } ?> </h4> </div> <ol class="comments-list"> <?php wp_list_comments( array( 'avatar_size' => 60, 'style' => 'ol', 'short_ping' => true, 'reply_text' => __( 'Reply →', 'maxagency-ex' ), ) ); ?> </ol> <?php if( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav id="comment-nav-below" class="comment-navigation" role="navigation"> <?php the_comments_pagination( array( 'prev_text' => '<div class="nav-previous">' . __( '← Previous comments', 'maxagency-ex' ) . '</div>', 'next_text' => '<div class="nav-next">' . __( 'Next comments →', 'maxagency-ex' ) . '</div>', ) );?> </nav> <?php endif; endif; if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <p class="no-comments"><?php _e( 'Comments are closed.', 'maxagency-ex' ); ?></p> <?php endif; comment_form(); ?> </div><!-- #comments -->