• hello,
    i have this code that i copied for codex, it was working fine but all of sudden stopped working. i tried redoing it in functions.php bt not being applied. i am working on a child theme.

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

  • The topic ‘excerpt limit not working’ is closed to new replies.