无论如何,将内容的第一段存储到一个变量中,然后将剩余内容存储到另一个wordpress中


Anyway to store the first paragraph of the_content into a variable then store the remaining content into another in wordrpress?

我想在页面的另一个地方显示内容的第一段,其余内容放在其他地方。

看起来您正在寻找excerpt

 <?php the_excerpt(); ?> 

https://codex.wordpress.org/Function_Reference/the_excerpt