' . 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? ?>

__('Submit', 'itworksb5' ), // change the title of the reply section 'title_reply'=> __('Leave a Comment', 'itworksb5' ), // remove "Text or HTML to be displayed after the set of comment fields" 'comment_notes_after' => '', // add classes to submit button 'class_submit'=>'btn btn-primary mt-2', // redefine your own textarea (the comment body) 'comment_field' => '
', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '
' . ' ' . ( $req ? '*' : '' ) . '
', 'email' => '
' . ( $req ? '*' : '' ) . '
', 'url' => '
' . '
' ) ), ); comment_form($comments_args); ?>