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

1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
    'generate_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>

'', 'email' => '', 'url' => '', ); $defaults = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '

', 'must_log_in' => '

' . sprintf( __( 'You must be logged in to post a comment.','generatepress' ), wp_login_url( get_permalink() ) ) . '

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?','generatepress' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( get_permalink() ) ) . '

', 'comment_notes_before' => null, 'comment_notes_after' => null, 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => apply_filters( 'generate_leave_comment', __( 'Leave a Comment','generatepress' ) ), 'title_reply_to' => apply_filters( 'generate_leave_reply', __( 'Leave a Reply to %s','generatepress' ) ), 'cancel_reply_link' => apply_filters( 'generate_cancel_reply', __( 'Cancel reply','generatepress' ) ), 'label_submit' => apply_filters( 'generate_post_comment', __( 'Post Comment','generatepress' ) ), ); comment_form($defaults); ?>