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

'commentform', 'class_form' => 'comment-form', 'id_submit' => 'submit', 'class_submit' => 'submit btn btn-default margin-top-20', $req = get_option( 'require_name_email' ), $aria_req = ( $req ? " aria-required='true'" : '' ), $fields = array( 'author' => '

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

', 'email' => '

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

', 'url' => '

' . '

', ), 'comment_field' => '

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