Sha256: 969854c46af22fff0009933bfcda887f287bd4f6cac2eed86f65be7797a518d3

Contents?: true

Size: 1.79 KB

Versions: 17

Compression:

Stored size: 1.79 KB

Contents

<?php
	if ( post_password_required() ) {
		return;
	}
?>

<div id="comments" class="comments">
	<?php if ( have_comments() ) : ?>

		<h2 class="comments-title">
			<?php
				printf( _n( 'One thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', get_comments_number(), '<%= project_id %>' ),
					number_format_i18n( get_comments_number() ), get_the_title() );
			?>
		</h2>

		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
			<nav id="comment-nav-above" class="navigation comment-navigation" role="navigation">
				<h1 class="screen-reader-text"><?php _e( 'Comment navigation', '<%= project_id %>' ); ?></h1>
				<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', '<%= project_id %>' ) ); ?></div>
				<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', '<%= project_id %>' ) ); ?></div>
			</nav>
		<?php endif; ?>

		<ol class="comment-list">
			<?php
				wp_list_comments( array(
					'style'      => 'ol',
					'short_ping' => true,
					'avatar_size'=> 34,
				) );
			?>
		</ol>

		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
			<nav id="comment-nav-below" class="navigation comment-navigation" role="navigation">
				<h1 class="screen-reader-text"><?php _e( 'Comment navigation', '<%= project_id %>' ); ?></h1>
				<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', '<%= project_id %>' ) ); ?></div>
				<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', '<%= project_id %>' ) ); ?></div>
			</nav>
		<?php endif; ?>

		<?php if ( ! comments_open() ) : ?>
			<p class="no-comments"><?php _e( 'Comments are closed.', '<%= project_id %>' ); ?></p>
		<?php endif; ?>

	<?php endif; ?>

	<?php comment_form(); ?>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
marv-0.8.2 layouts/theme/templates/partials/comments.php
marv-0.8.0 layouts/theme/templates/partials/comments.php
marv-0.7.3 layouts/theme/templates/partials/comments.php
marv-0.7.2 layouts/theme/templates/partials/comments.php
marv-0.7.1 layouts/theme/templates/partials/comments.php
marv-0.7.0 layouts/theme/templates/partials/comments.php
marv-0.6.5 layouts/theme/templates/partials/comments.php
marv-0.6.4 layouts/theme/templates/partials/comments.php
marv-0.6.3 layouts/theme/templates/partials/comments.php
marv-0.6.2 layouts/theme/templates/partials/comments.php
marv-0.6.1 layouts/theme/templates/partials/comments.php
marv-0.6.0 layouts/theme/templates/partials/comments.php
marv-0.5.0 layouts/theme/templates/partials/comments.php
marv-0.4.0 layouts/theme/templates/partials/comments.php
marv-0.3.2 layouts/theme/templates/partials/comments.php.erb
marv-0.3.1 layouts/default/templates/partials/comments.php.erb
marv-0.3.0 layouts/default/templates/partials/comments.php.erb