【问题标题】:Get post content until read more Wordpress获取帖子内容,直到阅读更多 Wordpress
【发布时间】:2014-06-13 02:49:45
【问题描述】:

我想获取帖子的内容,直到我在创建新帖子时设置的阅读更多内容为止,到目前为止我能够获得内容

apply_filters('the_content', $post->post_content);

我只想在阅读更多内容之前获得,我正在将博客集成到主页,我只需要对文章进行简要说明。

谢谢

【问题讨论】:

  • ...您希望我们为您编写代码或帮助您解决遇到的问题?
  • 不,我只是想知道这是否可行以及我必须使用什么功能

标签: php wordpress codex


【解决方案1】:

这是WordPress codex 中的一个功能,希望对您有所帮助。

<?php
$content = get_the_content('Read more');
print $content;
?>

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2019-10-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-05-19
    • 2021-08-19
    相关资源
    最近更新 更多