excerpt length
-
Hello,
Is their a way to change excerpt length. i have tried the usual way to change global excerpt length by putting the following in my child function file but it doestnt work
/* Change Excerpt length */
function custom_excerpt_length( $length ) { return 30; } add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘excerpt length’ is closed to new replies.