在博客滚动中显示博客帖子的第一句话

时间:2016-05-03 作者:Zach Smith

有没有一种已知的方法可以显示博客文章内容的第一句话?我知道我可以用the_excerpt(); 但客户有一个奇怪的要求,只显示第一句话。如果有一个已知的方法,这将是伟大的知道。我很感激。

1 个回复
SO网友:cjbj

假设您想在第一个句号后切断一个字符串,您可以使用以下内容:

$the-content = "This is the first sentence. And this is the second";
$cut-in-two = explode(\'.\', $the-content, 2);
$first-sentence = $cut-in-two[0];

相关推荐

在创建函数.php之后,对未定义函数的调用是_BLOG_INSTALLED()

我想在中放置一些自定义代码functions.php 这是我无法做到的。为什么我在创建后会出现以下错误(即使是空的)functions.php? 我正在使用WP 5.4.2Heroku-wp?Fatal error: Uncaught Error: Call to undefined function is_blog_installed() in /app/public.built/wp-includes/load.php:606 Stack trace: #0 /app/public.built/wp-