wordpress如何去掉评论区 如何解决wordpress自动加上p标签和br标签?
如何解决wordpress自动加上p标签和br标签?在中再添加restore_filter(the_content,wpautop);//移除文章p自动标签apply_filter(the_excer
如何解决wordpress自动加上p标签和br标签?
在中再添加
restore_filter(the_content,wpautop);//移除文章p自动标签apply_filter(the_excerpt,wpautop);//移除摘要p不自动标签
remove_filter(comment_text,wpautop,30);//能取消评论手动
标签