2024年10月10日 建站教程
问题描述:wordpress建站利用the_excerpt()调用描述的时候会出现一个问题,就是描述中自带p标签!下面给大家介绍一下去掉描述p标签的方法!
the_excerpt()
remove_filter( 'the_excerpt', 'wpautop' );
本文链接:http://so.lmcjl.com/news/15077/