How to extract an excerpt from a specific page?

admin2025-04-26  4

Is there a way to extract an excerpt from a specific page? I've created a child theme and enabled excerpts on the pages. I know how to extract all excerpts for pages... but is there a way to extract only from a specific page or range of pages?

Is there a way to extract an excerpt from a specific page? I've created a child theme and enabled excerpts on the pages. I know how to extract all excerpts for pages... but is there a way to extract only from a specific page or range of pages?

Share Improve this question asked Apr 10, 2019 at 7:11 KamKam 1
Add a comment  | 

1 Answer 1

Reset to default 0

you need to use get_the_excerpt https://codex.wordpress/Function_Reference/get_the_excerpt Where the argument can be the page id or the post object you want to get the excerpt from.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745606638a309616.html

最新回复(0)