Change default post excerpt length?

  • Resolved
    Posted in: Highend WP Theme  
  • Customer
    dcupery
    February 23, 2016 at 5:09 pm #75015

    Hi there,

    I’d like to change the default excerpt length, currently set at 55 words. I tried adding this code to the functions.php file, but it didn’t work:

    function custom_excerpt_length( $length ) {
    return 65;
    }
    add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );

    Is there a different solution?

    Thanks!
    Devon

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.