?
Path : /home/admin/domains/happytokorea.net/public_html/wp-content/themes/admired/ |
Current File : /home/admin/domains/happytokorea.net/public_html/wp-content/themes/admired/comments.php |
<?php /** * The template for displaying Comments. * * @since admired 1.0 */ ?> <?php if ( post_password_required() ) : ?> <div id="comments"> <p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'admired' ); ?></p> </div><!-- #comments --> <?php return; endif; ?> <?php if ( have_comments() ) : ?> <div id="comments"> <h2 id="comments-title"> <?php printf( _n( 'One thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'admired' ), number_format_i18n( get_comments_number() ), '<span>' . get_the_title() . '</span>' ); ?> </h2> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav id="comment-nav-above"> <h1 class="assistive-text"><?php _e( 'Comment navigation', 'admired' ); ?></h1> <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'admired' ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'admired' ) ); ?></div> </nav> <?php endif; ?> <ol class="commentlist"> <?php /* Loop through and list the comments. ------------------------------------*/ wp_list_comments( array( 'callback' => 'admired_comment' ) ); ?> </ol> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?> <nav id="comment-nav-below"> <h1 class="assistive-text"><?php _e( 'Comment navigation', 'admired' ); ?></h1> <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'admired' ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'admired' ) ); ?></div> </nav> <?php endif;?> </div><!-- #comments --> <?php /* If there are no comments and comments are closed. --------------------------------------------------*/ elseif ( ! comments_open() && ! is_page() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <div id="comments"> <p class="nocomments"><?php _e( 'Comments are closed.', 'admired' ); ?></p> </div><!-- #comments --> <?php endif; ?> <?php comment_form(); ?>