【问题标题】:Search results not showing full post, only excerpt (Wordpress)搜索结果未显示完整帖子,仅显示摘录(Wordpress)
【发布时间】:2013-03-30 22:57:17
【问题描述】:

这是我第一次在这个网站上发帖,如果这个问题不完全合适,我深表歉意,但我正在为我的作曲家兄弟建立一个作品集网站,他需要他的音乐库能够成为复选框过滤器-有能力的。问题是当我使用过滤器进行搜索时,结果只显示摘录,而不是我需要的音频播放器。

Library page displaying the full posts with audio player

Search results page showing just the post title and nothing else

另外,请原谅该网站的纯粹粗糙。我今天早上才开始...提前谢谢!

【问题讨论】:

  • 当您提出问题时,最好将相关代码与问题一起发布。

标签: wordpress search filter


【解决方案1】:

要显示完整内容,您必须使用 the_content 函数,在您的 search.php 文件中替换以下内容

<?php the_excerpt(); // partial content ?>

<?php the_content(); // full content ?>

还记得。 the_excerpt 函数去掉了所有的HTML 标签,所以这可能是个问题,你可以阅读this article

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-03-24
    • 1970-01-01
    • 2015-12-02
    • 1970-01-01
    • 2018-06-16
    • 2016-08-15
    相关资源
    最近更新 更多