Server IP : 192.64.118.117 / Your IP : 18.218.145.54 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/tcrgfinancesuite.com/wp-content/themes/tcrgfinancesuite/ |
Upload File : |
<?php /** * The template for displaying Comments. */ ?> <div id="comments"> <?php if ( post_password_required() ) : ?> <p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'betheme' ); ?></p> </div> <?php return; endif; ?> <?php if ( have_comments() ) : ?> <h4 id="comments-title"> <?php if( get_comments_number() == 1 ){ echo get_comments_number() .' '. __('Comment','betheme'); } else { echo get_comments_number() .' '. __('Comments','betheme'); } ?> </h4> <ol class="commentlist"> <?php wp_list_comments('avatar_size=64'); ?> </ol> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> <nav id="comment-nav"> <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'betheme' ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'betheme' ) ); ?></div> </nav> <?php endif; ?> <?php elseif ( ! comments_open() && ! is_page() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <p class="nocomments"><?php _e( 'Comments are closed.', 'betheme' ); ?></p> <?php endif; ?> <?php comment_form(); ?> </div><!-- #comments -->