new Blogty_Walker_Comment(), 'avatar_size' => 120, 'style' => 'div', ) ); $comment_pagination = paginate_comments_links( array( 'echo' => false, 'end_size' => 0, 'mid_size' => 0, 'next_text' => __( 'Newer Comments', 'blogty' ) . ' →', 'prev_text' => '← ' . __( 'Older Comments', 'blogty' ), ) ); if ( $comment_pagination ) : // If we're only showing the "Next" link, add a class indicating so if ( strpos( $comment_pagination, 'prev page-numbers' ) === false ) { $pagination_classes = ' only-next'; } else { $pagination_classes = ''; } ?>

'

', 'title_reply' => '' . __( 'Leave a Reply', 'blogty' ) . '', 'title_reply_after' => '

', ) ); ?>