• Resolved WSO.host

    (@buzznot99)


    I would like to increase the length of the blog excerpts. I’ve tried this simple suggested code but it doesn’t seem to work:

    https://code.withlovee.com/?p=139

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

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increase Excerpt Length’ is closed to new replies.