PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
themes
/
leather_market
<?php /** * The template for displaying Comments * * The area of the page that contains comments and the comment form. * * @package WordPress * @subpackage TemplateMela * @since TemplateMela 1.0 */ /* * If the current post is protected by a password and the visitor has not yet * entered the password we will return early without loading the comments. */ if ( post_password_required() ) { return; } ?> <div id="comments" class="comments-area"> <?php $comments_number = absint( get_comments_number() ); ?> <?php if ( have_comments() ) : ?> <h2 class="comments-title"> <?php if ( ! have_comments() ) { _e( 'Leave a comment', 'leather-market' ); } elseif ( 1 === $comments_number ) { /* translators: %s: Post title. */ printf( _x( 'One thought on “%s”', 'comments title', 'leather-market' ), get_the_title() ); } else { printf( /* translators: 1: Number of comments, 2: Post title. */ _nx( '%1$s thought on “%2$s”', '%1$s thought on “%2$s”', $comments_number, 'comments title', 'leather-market' ), number_format_i18n( $comments_number ), get_the_title() ); } ?> </h2><!-- .comments-title --> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav id="comment-nav-above" class="navigation comment-navigation" role="navigation"> <h3 class="screen-reader-text"> <?php esc_html_e( 'Comment navigation', 'leather-market' ); ?> </h3> <div class="nav-previous"> <?php previous_comments_link( esc_html__( '← Older Comments', 'leather-market' ) ); ?> </div> <div class="nav-next"> <?php next_comments_link( esc_html__( 'Newer Comments →', 'leather-market' ) ); ?> </div> </nav> <!-- #comment-nav-above --> <?php endif; // Check for comment navigation. ?> <ol class="comment-list"> <?php wp_list_comments( array( 'style' => 'ol', 'short_ping' => true, 'avatar_size'=> 55, ) ); ?> </ol> <!-- .comment-list --> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav id="comment-nav-below" class="navigation comment-navigation" role="navigation"> <h3 class="screen-reader-text"> <?php esc_html_e( 'Comment navigation', 'leather-market' ); ?> </h3> <div class="nav-previous"> <?php previous_comments_link( esc_html__( '← Older Comments', 'leather-market' ) ); ?> </div> <div class="nav-next"> <?php next_comments_link( esc_html__( 'Newer Comments →', 'leather-market' ) ); ?> </div> </nav> <!-- #comment-nav-below --> <?php endif; // Check for comment navigation. ?> <?php if ( ! comments_open() ) : ?> <p class="no-comments"> <?php esc_html_e( 'Comments are closed.', 'leather-market' ); ?> </p> <?php endif; ?> <?php endif; // have_comments() ?> <?php comment_form(); ?> </div><!-- #comments -->
[-] category.php
[edit]
[+]
woocommerce
[+]
js
[-] content-none.php
[edit]
[-] sidebar-content.php
[edit]
[-] content-video.php
[edit]
[-] search.php
[edit]
[-] responsive.css
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[+]
..
[-] author-bio.php
[edit]
[-] sidebar.php
[edit]
[-] rtl.css
[edit]
[-] content-aside.php
[edit]
[-] content-link.php
[edit]
[+]
languages
[-] content-audio.php
[edit]
[-] single.php
[edit]
[-] footer.php
[edit]
[-] content-featured-post.php
[edit]
[-] tag.php
[edit]
[-] sidebar-footer.php
[edit]
[-] single-portfolio.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[+]
css
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] author.php
[edit]
[-] content-gallery.php
[edit]
[-] content-image.php
[edit]
[-] screenshot.png
[edit]
[+]
fonts
[-] content-quote.php
[edit]
[+]
page-templates
[-] content-page.php
[edit]
[+]
templatemela
[-] functions.php
[edit]
[+]
images
[-] featured-content.php
[edit]
[-] taxonomy-post_format.php
[edit]
[-] archive.php
[edit]
[-] content.php
[edit]
[-] comments.php
[edit]
[+]
demo-content
[-] image.php
[edit]
[+]
inc
[-] mr-image-resize.php
[edit]