brainchildmedia

WP Excerpt Length

Nov 24th, 2017
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. function custom_excerpt_length( $length ) {
  2. return 20;
  3. }
  4. add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
Add Comment
Please, Sign In to add comment