'; if ( post_password_required() ) { echo '

'; echo( 'This post is password protected. Enter the password to view any comments.'); echo '

'; echo ''; return; } if ( have_comments() ) { echo '

'; printf( _n( 'One Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), 'arebee'), number_format_i18n( get_comments_number() ), '' . get_the_title() . ''); echo '

'; if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) { echo '
'; echo '
'; previous_comments_link( __( ' Older Comments', 'arebee' ) ); echo '
'; echo '
'; next_comments_link( __( 'Newer Comments ', 'arebee' ) ); echo '
'; echo '
'; } echo '
    '; wp_list_comments( array( 'callback' => 'arebee_comment' ) ); echo '
'; if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) { echo '
'; echo '
'; previous_comments_link( __( ' Older Comments', 'arebee') ); echo '
'; echo '
'; next_comments_link( __( 'Newer Comments ', 'arebee') ); echo '
'; echo '
'; } else { if ( ! comments_open() ) { echo '

'; echo ( 'Comments are closed.' ); echo '

'; } } } comment_form(); echo '';