Change Excerpt Length
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.