wordpress如何去掉評論區(qū) 如何解決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);//能取消評論手動
標簽