Support » Theme: Bueno » Problems with comment box

Viewing 1 replies (of 1 total)
  • Theme Author duena_studio

    (@duena_studio)

    Hi,
    You need to rewrite in your Child theme file comments.php, then find there next code:

    $args =  array(
        'comment_notes_after' => '<p class="form-allowed-tags">' . sprintf( __( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes: %s' ), ' <pre>' . allowed_tags() . '</pre>' ) . '</p>'
    );

    and replace it with:

    $args =  array(
        'comment_notes_after' => ''
    );

Viewing 1 replies (of 1 total)
  • The topic ‘Problems with comment box’ is closed to new replies.