之前没有<p>的the_content() - WordPress

Lui*_*uis 4 wordpress

我在索引页面上运行'循环',当我在循环上放置the_content()时,它会'<p>..</p>'在内容之间自动添加,我想取消它.

无论如何?谢谢.

Pry*_*die 7

添加你的functions.php文件:

remove_filter('the_content', 'wpautop');
Run Code Online (Sandbox Code Playgroud)