要去掉
1 |
在functions.php里加入:
1 |
remove_filter ( 'the_content' , 'wpautop' ); |
要去掉:
1 |
<br> |
在functions.php里加入
1 |
remove_filter ( 'the_excerpt' , 'wpautop' ); |
要去掉
1 |
在functions.php里加入:
1 |
remove_filter ( 'the_content' , 'wpautop' ); |
要去掉:
1 |
<br> |
在functions.php里加入
1 |
remove_filter ( 'the_excerpt' , 'wpautop' ); |