wordpress如何去掉評論區(qū) 如何解決wordpress自動加上p標(biāo)簽和br標(biāo)簽?
如何解決wordpress自動加上p標(biāo)簽和br標(biāo)簽?在中再添加restore_filter(the_content,wpautop);//移除文章p自動標(biāo)簽apply_filter(the_excer
如何解決wordpress自動加上p標(biāo)簽和br標(biāo)簽?
在中再添加
restore_filter(the_content,wpautop);//移除文章p自動標(biāo)簽apply_filter(the_excerpt,wpautop);//移除摘要p不自動標(biāo)簽
remove_filter(comment_text,wpautop,30);//能取消評論手動
標(biāo)簽