Snippets repository for WordPress developpers

Browse
// into functions.php
//Change the default excerpt length in WordPress from 55 to 25 words
function sp_change_excerpt_length( $length ) {
  return 25;
}
add_filter( 'excerpt_length', 'sp_change_excerpt_length', 9999);

Warning: Trying to access array offset on null in /home/clients/7f7a8d8eb6e40c50d3548b06c548734d/web/wp-includes/class-wp-query.php on line 3766

Categories

Tags