admin管理员组

文章数量:1432594

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.

本文标签: How to extract an excerpt from a specific page