Return to Snippet

Revision: 47746
at June 15, 2011 19:00 by paulund


Initial Code
function new_excerpt_length($length) {
return 100;
}
add_filter('excerpt_length', 'new_excerpt_length');

Initial URL


Initial Description


Initial Title
Change Excerpt Length in Wordpress

Initial Tags
wordpress

Initial Language
PHP