%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/klubovnaostrava/test/wp-content/themes/businessx/
Upload File :
Create Path :
Current File : /www/klubovnaostrava/test/wp-content/themes/businessx/comments.php

<?php
/* ------------------------------------------------------------------------- *
 * Comments template					
/* ------------------------------------------------------------------------- */
if ( post_password_required() ) {
	return;
}
?>

<div id="comments" class="comments-area clearfix">

	<?php if ( have_comments() ) : ?>
		<h2 class="comments-title hs-secondary-small">
			<?php
				/* Comments icon */
				businessx_icon( 'comments' );

				/* Display title */
				$comments_number = get_comments_number();
				if ( 1 === $comments_number ) {
					/* translators: %s: post title */
					printf( _x( 'One thought on &ldquo;%s&rdquo;', 'comments title', 'businessx' ), get_the_title() );
				} else {
					printf(
						/* translators: 1: number of comments, 2: post title */
						_nx(
							'%1$s thought on &ldquo;%2$s&rdquo;',
							'%1$s thoughts on &ldquo;%2$s&rdquo;',
							$comments_number,
							'comments title',
							'businessx'
						),
						number_format_i18n( $comments_number ),
						get_the_title()
					);
				}
			?>
		</h2>

		<?php the_comments_navigation( businessx_paged_comments_args() ); ?>

		<ul class="comment-list">
			<?php
				wp_list_comments( array(
					'style'       => 'ul',
					'short_ping'  => true,
					'avatar_size' => 42,
				) );
			?>
		</ul><!-- .comment-list -->

		<?php the_comments_navigation( businessx_paged_comments_args() ); ?>

	<?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="no-comments alert alert-info"><?php _e( 'Comments are closed.', 'businessx' ); ?></p>
	<?php endif; ?>

	<?php
		comment_form( array(
			'title_reply_before' => '<h2 id="reply-title" class="comment-reply-title hs-secondary-large">',
			'title_reply_after'  => '</h2>',
		) );
	?>

</div><!-- .comments-area -->

Zerion Mini Shell 1.0