标签: wordpress formatting
我已经添加了remove_filter('the_content','wpautop');在functions.php中,但仍然得到额外的p&内容中的br标签。
请查看此页面http://insideoutdogtraining.com/rescueseries
答案 0 :(得分:1)
使用
echo get_the_content();
而不是
the_content();
答案 1 :(得分:0)
您发布的内容是否已经拥有这些额外的
和标签,或者在您查询时是否会自动生成?