【问题标题】:The wordpress Read More doesn't work, it displays the full contentwordpress 阅读更多不起作用,它显示了全部内容
【发布时间】:2019-04-29 12:22:30
【问题描述】:

我正在尝试在 WordPress 中按 ID 显示一些帖子。我的问题是,当我显示内容(不是使用 the_content())时,阅读更多标签不会显示完整内容。

我没有使用循环和the_content函数,我是这样尝试的:

echo get_post_field('post_content', $id);

有没有办法用这个方法显示?

【问题讨论】:

    标签: php wordpress


    【解决方案1】:
    echo apply_filters('the_content', get_post_field('post_content', $id));
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2023-02-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-08-22
      • 2013-11-30
      • 1970-01-01
      相关资源
      最近更新 更多