- Messages
- 119
- Reaction score
- 16
How can I add an excerpt to a page so that I caned its length and what it says? It seems now that it takes a certain number of words beginning with the first paragraph.
Yes, thank you. Do you have the "excerpt" box on the post editor when you edit any page?Alex, I did a new page and wanted to announce it on the Stream. The image is what I have. When I do a post, I can write an excerpt of my choosing. I am trying to see oi there is a way to do this with pages. Does this help?
add_post_type_support( 'page', 'excerpt' );
Yes, thank you. Do you have the "excerpt" box on the post editor when you edit any page?Alex, I did a new page and wanted to announce it on the Stream. The image is what I have. When I do a post, I can write an excerpt of my choosing. I am trying to see oi there is a way to do this with pages. Does this help?
add_post_type_support( 'page', 'excerpt' );
Yes, this should also add excerpt to the stream. If not I can add this natively in a dropin update.Can I do the same to add an excerpt for a Stream?
add_post_type_support( 'stream', 'excerpt' );