WordPress › Support » Changing the default length of the_excerpt
August 8, 2009 at: 11:50 pm | Posted under: Popular WordPress Websites | No comments
Add the 3 lines: add_filter('excerpt_length', 'my_excerpt_length'); function my_excerpt_length($length) { return 20; // Or whatever you want the length to be.
Continue reading here:
WordPress › Support » Changing the default length of the_excerpt


No Responses to “WordPress › Support » Changing the default length of the_excerpt”