%PDF- %PDF-
Direktori : /www/old2/_terainkognita.cz/www.terainkognita.cz/wp-content/themes/roseta/ |
Current File : /www/old2/_terainkognita.cz/www.terainkognita.cz/wp-content/themes/roseta/comments.php |
<?php /** * The template for displaying Comments. * * The area of the page that contains both current comments * and the comment form. The actual display of comments is * handled by a callback to roseta_comment() which is * located in the includes/theme-comments.php file. * * @package Roseta */ if ( post_password_required() ) { return; } ?> <section id="comments"> <?php if ( have_comments() ) : ?> <h2 id="comments-title"> <span> <?php if ( 1 === absint( get_comments_number() ) ) { esc_html_e( 'One comment', 'roseta' ); } else { printf( _n( '%1$s Comment', '%1$s Comments', absint( get_comments_number() ), 'roseta' ), number_format_i18n( get_comments_number() )); } ?> </span> </h2> <ol class="commentlist"> <?php wp_list_comments( array( 'style' => 'ol', 'short_ping' => true, 'avatar_size' => 50, 'callback' => 'roseta_comment', ) ); ?> </ol><!-- .commentlist --> <?php if ( function_exists( 'the_comments_navigation' ) ) the_comments_navigation(); ?> <?php endif; // Check for have_comments(). ?> <?php // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <p class="nocomments"><?php _e( 'Comments are closed.', 'roseta' ); ?></p> <?php endif; ?> <?php if ( comments_open() ) comment_form(); ?> </section><!-- #comments -->