A post excerpt is a brief textual description of the post’s content. Graffiti will use part of the post’s body content as the excerpt if you do not specify the excerpt content.
The following example shows a post excerpt:
Whether or not your site uses excerpts is determined by the themes designer. However the rules below are Graffiti's recommended approach and the ones Graffiti uses with all its themes.
If extended body is not defined, N is defined as the value from the last parameter in the following Chalk method:
$post.Excerpt("<p>Continue reading <em>"", ""</em></p>" ,$post.Title, 300)
In this case, the value of N is 300 characters. Graffiti truncates the post at the first space after the N value. This stops Graffiti from truncating mid-word.
Note: Often when truncating excerpt content, users set the link text to "Read More" or something similar. This can detract from your site’s search engine optimization because it gives weight (via links) to meaningless text. It is a much better approach to set this value to your post title.
Procedure
You can specify the excerpt content from the post content. The following procedure assumes you understand how to create a post and understand the post settings. If you need help creating your post, refer to Setting Post Content.