Change Excerpt Length
I am trying to change the excerpt length using the folllowing function in my child theme but it shows me no effect.
So please let me know how can i change the excerpt length of my posts.
function custom_excerpt_length( $length ) {After that i also tried to edit the excerpt length in theme-option.php file in muffin-options but it also shows no effect.
return 20;
}
add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
So please let me know how can i change the excerpt length of my posts.
Comments
Hope this will help you a lot.