1 ) : ?> 1 ) : ?>
'

' . ( $req ? '*' : '' ) . '

', 'email' => '

' . ( $req ? '*' : '' ) . '

', 'url' => '

' . '

', ); $args = array( 'id_form' => 'commentform', 'class_form' => 'comment-form', 'id_submit' => 'submit', 'class_submit' => 'submit form-control btn-default btn-block', 'name_submit' => 'submit', 'title_reply' => __( 'Share your Thoughts', 'interactiveportfolio' ), 'title_reply_to' => __( 'Reply to %s', 'interactiveportfolio' ), 'cancel_reply_link' => __( 'Cancel Reply', 'interactiveportfolio' ), 'label_submit' => __( 'Add Comment', 'interactiveportfolio' ), 'format' => 'xhtml', 'comment_field' => '

', 'fields' => apply_filters( 'comment_form_default_fields', $fields ), ); if ( comments_open() ) comment_form($args); ?>