Page Excerpt
Page excerpt allows you to create hand-crafted summaries of your content, much like you would with a post.
Questions? Leave them in the comments and I’ll get back to you ASAP
Page excerpt allows you to create hand-crafted summaries of your content, much like you would with a post.
Questions? Leave them in the comments and I’ll get back to you ASAP
September 1st, 2009 at 6:09 am
First off, thanks for this great Plugin!
But I got one question:
How can I customize the length of the shown page excerpt without having to force my customer to always test if the length of the excerpt fits the size of the frontend box?
Altering the general excerpt length by editing the functions.php (as you can see below) doesn’t seem to work.
[code]
add_filter('excerpt_length', 'my_excerpt_length');
function my_excerpt_length($length) {
return 20; }
[/code]
Thanks in advance!
October 16th, 2009 at 4:20 am
great plugin – thanks