function new_excerpt_length not working in 3.1
-
The function excerpt_length doesnt work in WordPress 3.1. I have added this code below to functions.php but no luck
function new_excerpt_length($length) { return 5; } add_filter('excerpt_length', 'new_excerpt_length');
Any ideas?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘function new_excerpt_length not working in 3.1’ is closed to new replies.