excerpt length
-
Can’t change it. Is there a filter or something that in the default BP installation that would prevent the following from working?
`<?php
// Add custom excerpt length
function custom_excerpt_length($length) {
return 20;
}
add_filter(‘excerpt_length’, ‘custom_excerpt_length’);
?>`
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘excerpt length’ is closed to new replies.