【问题标题】:How to remove extra p tags in wordpress pages or posts content如何删除 wordpress 页面或帖子内容中多余的 p 标签
【发布时间】:2012-04-13 20:30:33
【问题描述】:

我已经添加了 remove_filter ('the_content', 'wpautop');在 functions.php 中,但仍然在内容中获得额外的 p 和 br 标记。

请查看此页面http://insideoutdogtraining.com/rescueseries

【问题讨论】:

标签: wordpress formatting


【解决方案1】:

使用

echo get_the_content();

改为

the_content();

在您的主题中

【讨论】:

    【解决方案2】:

    你发布的内容是否已经有这些额外的


    标签还是在您查询它们时自动生成?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-04-15
      • 1970-01-01
      • 1970-01-01
      • 2013-08-21
      • 1970-01-01
      • 2016-10-23
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多