我有一个wordpress安装,其中使用auto< p>已经在不同的帖子中随处可用,所以我不想使用remove_filter('the_content','wpautop')关闭它;在模板中。我想关掉汽车< p>像这样的页面的一部分的标签插入
****PAGE****
remove_auto_p
<style>
...
</style>
<script>
...
</script>
insert_auto_p_again
Here's some post text :)
****/PAGE****
如果我不够清楚,请在此处查看有关此问题的更多信息(随意改进此问题)。 http://wordpress.org/support/topic/disable-automatic-p-and-br-tags-in-html-editor
(另外我不想调整实际的主题代码,因为它有很多更新 - 也许我可以通过某种插件编码调整它。)
答案 0 :(得分:0)
不要使用the_content函数这个函数包含
标记它自己。使用get_the_content(),您可以使用任何标记。