• Welcome to the all-new Kolakube support, the official place to get help for Marketers Delight, XFtoWP, CryptoWP, and other WordPress products! Please login with your account details to access members-only support forums.

Excerpt for a Page

Richard Brown

Active member
Md
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.
 
Solution
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?
Yes, thank you. Do you have the "excerpt" box on the post editor when you edit any page?

If not, try adding this line to your child theme functions.php file:

PHP:
add_post_type_support( 'page', 'excerpt' );

Then you should be able to control the excerpt on your pages.

Alex

MD developer
Staff member
Md
XFtoWP
Messages
6,819
Reaction score
1,926
Can you provide me with a little more details? I am not sure what exactly you are asking for.
 
Comment

Richard Brown

Active member
Md
Messages
119
Reaction score
16
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?
 

Attachments

  • Screen Shot 2022-05-08 at 4.36.36 PM.png
    Screen Shot 2022-05-08 at 4.36.36 PM.png
    740.7 KB · Views: 1
Comment

Alex

MD developer
Staff member
Md
XFtoWP
Messages
6,819
Reaction score
1,926
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?
Yes, thank you. Do you have the "excerpt" box on the post editor when you edit any page?

If not, try adding this line to your child theme functions.php file:

PHP:
add_post_type_support( 'page', 'excerpt' );

Then you should be able to control the excerpt on your pages.
 
Comment
Solution
Top