如果你使用的是 WordPress 标准的留言模板,并且你想移除留言表单的 URL 字段,你可以在当前主题的 functions.php 添加如下代码:
functions.php
function wpjam_remove_comment_fields($fields) { unset($fields['url']); return $fields;}add_filter('comment_form_default_fields','wpjam_remove_comment_fields');
上一篇 php不支持mysql问题解决方法
下一篇 Dedeeims如何去除导航里的 index.html 文件