How can I edit the post excerpt for pages? This field is visible inside the post editor for single posts only. Not for pages.
Is there any option to show it?
How can I edit the post excerpt for pages? This field is visible inside the post editor for single posts only. Not for pages.
Is there any option to show it?
Share Improve this question asked May 22, 2019 at 8:03 Nils WegNils Weg 11 Answer
Reset to default 0Try this:
// Adding excerpt for page
add_post_type_support( 'page', 'excerpt' );
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745473668a4629247.html
评论列表(0条)