wordpress修改评论
发布网友
发布时间:2022-04-21 05:58
我来回答
共4个回答
热心网友
时间:2022-06-18 08:57
别自以为是的修改源代码,因为垃圾拦截插件和程序,往往靠这几个填空的信息来进行判断和拦截的,你改了之后,你不怕每天收几万垃圾跟贴么?
热心网友
时间:2022-06-18 08:57
用下面这段代码代替你原来的代码
<?php comment_form(array('comment_notes_after' => '','fields' => apply_filters( 'comment_form_default_fields', array(
'author' =>
'<p class="comment-form-author">' .
'<label for="author">' . __( '姓名', 'domainreference' ) . '</label> ' .
( $req ? '<span class="required">*</span>' : '' ) .
'<input id="author" name="author" type="text" value="' . esc_attr( $commenter['comment_author'] ) .
'" size="30"' . $aria_req . ' /></p>',)),'comment_notes_before' => '','comment_field' => '<p class="comment-form-comment"><textarea id="comment" name="comment" cols="90" rows="8" aria-required="true">' .
'</textarea></p>',)); ?>
热心网友
时间:2022-06-18 08:58
这个是可以修改的 不过这个好像对你的站点没什么影响吧!
热心网友
时间:2022-06-18 08:58
站点就算了
电子邮件强烈建议你别去掉