Server IP : 66.29.132.124 / Your IP : 3.15.15.91 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/misswavenigeria.com/wp-content/themes/ombre/ |
Upload File : |
<?php if (post_password_required()) { return; } ?> <?php if ((have_comments()) || (comments_open())) { ?> <div class="comments_block"> <hr/> <?php if (have_comments()) { ?> <h3><?php esc_html_e("Comments", "ombre"); ?></h3> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) { ?> <div class="previous"><?php previous_comments_link(esc_html__( '‹ Older comments', 'ombre' )); ?></div> <div class="next"><?php next_comments_link(esc_html__( 'Newer comments ›', 'ombre' )); ?></div> <div class="clear"></div> <?php } ?> <ol class="commentlist"> <?php wp_list_comments('callback=ombre_comment'); ?> </ol> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) { ?> <hr/> <div class="previous"><?php previous_comments_link(esc_html__( '‹ Older comments', 'ombre' )); ?></div> <div class="next"><?php next_comments_link(esc_html__( 'Newer comments ›', 'ombre' )); ?></div> <div class="clear"></div> <?php } ?> <?php if (!empty($comments_by_type['pings'])) { $count = count($comments_by_type['pings']); ($count !== 1) ? $txt = esc_html__('Pings/Trackbacks', 'ombre') : $txt = esc_html__('Pings/Trackbacks', 'ombre'); ?> <h6 id="pings"><?php printf( esc_html__( '%1$d %2$s for "%3$s"', 'ombre'), $count, $txt, get_the_title() )?></h6> <ol class="commentlist"> <?php wp_list_comments('type=pings&max_depth=<em>'); ?> </ol> <?php } ?> <?php } ?> <?php if (comments_open()) { ?> <hr/> <?php comment_form(); ?> <?php } ?> </div> <?php } ?>