Sets custom excerpt word count.
function dr_custom_excerpt_length( $length ) {
return 20;
}
add_filter( 'excerpt_length', 'dr_custom_excerpt_length' );
Sets custom excerpt word count.
function dr_custom_excerpt_length( $length ) {
return 20;
}
add_filter( 'excerpt_length', 'dr_custom_excerpt_length' );