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 11 Answer
Reset to default 0you 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.