Hallo,
Ich habe versucht, mein Kontakt Formular etwas abzuändern. Dazu habe ich den folgenden Code in functions.php benutzt:
Code
$comments_args = array( // change the title of send button
'label_submit'=>'Send',
// change the title of the reply section
'title_reply'=>'Write a Reply or Comment',
// remove "Text or HTML to be displayed after the set of comment fields"
'comment_notes_after' => '',
// redefine your own textarea (the comment body)
'comment_field' => '<p class="comment-form-comment"><label for="comment">' . _x( 'Comment', 'noun' ) . '</label><br /><textarea id="comment" name="comment" aria-required="true"></textarea></p>',
);
comment_form($comment_args);
und im comments.php:
Doch leider funktioniert das nicht so recht.