In WordPress,By default there are tips like this in the comment box below:You can use these HTML tags and attributes: <a href=”” title=””> <abbr title=””> <acronym title=””> <b> <blockquote cite=””> <cite> <code> <datetime = "”> <in> <i> <q cite=””> <strike> <strong>,Thus in some topics seem not quite so close,So routing teach you several ways to try to get rid of this prompt。
Standard Theme Generally if your theme is fairly standard,Then you should be able to find the topic file comment.php,Through the "appearance" → "Edit" edit page to find comment.php,Then proceed as follows
1 2 3 4 5 6 7 |
找到如下字段 comment_form(); 将其更改为 comment_form(array('comment_notes_after' => '')); |
but,If you can not find the file comment.php,Then modify the style.css file under the theme bar,In this file add a:form-allowed-tags{display:none;}
At last,If you do not want to make changes in the subject inside,That modification WordPress itself is a good choice,But this may be updated to WP's own line and off。
1 2 3 4 5 |
找到wp-includes/comment-template.php 在里边找到如下代码删掉即可 <?php echo $args['comment_notes_after']; ? > |
At this point,I have three ways to pass on to you。
Original article written by LogStudio:R0uter's Blog » Removal tips WordPress comment box below
Reproduced Please keep the source and description link:https://www.logcg.com/archives/406.html