Multiple excerpt lengths?
-
Hello
I have done as recommended and added this code to my functions.php:
function custom_excerpt_length( $length ) { return 50; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
This works perfectly, but I would like to have a different excerpt length elsewhere on the site.
Thanks – and great plugin. I like the minimal formatting – allowing me to style it how I like ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Multiple excerpt lengths?’ is closed to new replies.