Restrict the no of words in the excerpt
function sjp_excerpt_length($length){
return 20; //Words Count
}
add_filter('excerpt_length', 'sjp_excerpt_length');
function sjp_excerpt_length($length){
return 20; //Words Count
}
add_filter('excerpt_length', 'sjp_excerpt_length');