• Resolved oguido

    (@oguido)


    Hello, How can I reduce the excerpt word limit please?
    I’ve tried adding a filter to functions.php like so:

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

    but it doesn’t work with insert-pages’ excerpt-only display…

    thx!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce excerpt word limit’ is closed to new replies.