' . get_the_title() . ''); ?>

1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
    'ol', 'short_ping' => true, ) ); ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

'
', 'email' => '
', ); function bizwhoop_fields($fields) { return $fields; } add_filter('comment_form_default_fields','bizwhoop_fields'); $defaults = array( 'fields'=> apply_filters( 'comment_form_default_fields', $fields ), 'comment_field'=> '
', 'logged_in_as' => '

' . __( "Logged in as ",'bizwhoop' ).''.$user_identity.''. ''.__(" Log out?",'bizwhoop').'' . '

', 'id_submit'=> 'comment_btn1', 'label_submit'=>__( 'Send Message','bizwhoop'), 'comment_notes_after'=> '', 'comment_notes_before' => '', 'title_reply'=> '
'.__( 'Leave a Reply','bizwhoop').'
', 'id_form'=> 'commentform' ); comment_form($defaults); ?>